Coder Social home page Coder Social logo

razie / scripster Goto Github PK

View Code? Open in Web Editor NEW
53.0 53.0 2.0 1.2 MB

interactive access to the scala REPL, via telnet, http, swing - content assist and other scripting goodies

Home Page: http://www.tryscala.com

License: Other

Scala 3.24% Perl 0.13% JavaScript 83.09% CSS 0.65% Makefile 0.17% HTML 12.72%

scripster's People

Contributors

razie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shadowfiend

scripster's Issues

Hang with match/case?

tryscala.com hangs on a perpetual "Status: sending selection..." message upon Ctrl-F9 what follows:

def equal_proda[A : equal, B : equal](x0: %28A, B%29, x1: %28A, B%29): Boolean =
(x0, x1) match {
case ((aa, ba), (a, b)) => eq[A](aa, a) && eq[B](ba, b)
}

Potential support for scala 2.10

Greetings!
I am a grateful user of your scripster library, and was hoping that you would publish a version compatible with 2.10. I'm happy to assist with testing or any other help you might need.

Thanks!

Content assist menu doesn't pop-up in IE 8

there's something different with the DOM in IE8.

the error is in scriptpad.js, line 333 - x -= editor.frame.contentDocument.body.scrollLeft;

basically the value editor.frame.contentDocument is undefined in IE8

Can't get Content Assist on Chrome/Mac

Nothing happens when I press Ctrl-Space. I wonder if it's a keyboard mapping issue. Is Ctrl replaced by CMD on Mac OS? That conflicts with Spotlight Search, so it'd be great if the shortcut was configurable, or the content assist window appeared automatically after a . (and a timeout).

doesn't work (in sbt) for scala 2.9.0-1

Or I am missing something. I downloaded the jar of the 0.6 version on google code, and it doesn't really work on my setup :

Error: ERROR: java.lang.LinkageError: loader constraint violation: when resolving method "scala.tools.nsc.Settings.(Lscala/Function1;)V" the class loader (instance of sbt/jetty/LazyJettyRun6$SbtWebAppLoader$1) of the current class, razie/base/scripting/RazieInterpreter$, and the class loader (instance of java/net/URLClassLoader) for resolved class, scala/tools/nsc/Settings, have different Class objects for the type scala/Function1 used in the signature

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.