Giter Club home page Giter Club logo

lotrepls's People

Watchers

 avatar

lotrepls's Issues

Apparent "crosstalk" with another users REPL session

What steps will reproduce the problem?
1. Using the Scala REPL 
2. Entered ":version"
3. Saw a dump of variables preceding an error message about ":version".

What is the expected output? What do you see instead?

I should have seen my own variables. Instead I saw somone else's. It
included potentially private information about twitter usernames.

Unfortunately, the screen data was lost when I moved off the REPL page, so
I cannot include it.


Original issue reported on code.google.com by [email protected] on 6 May 2009 at 1:27

add ability to redefine hotkeys

please add the abilities to redefine hotkeys.  for instance, key
combinations on my mac like ctrl-space, ctrl-up, ctrl-down, etc. are
already taken by the system.


Original issue reported on code.google.com by [email protected] on 15 Apr 2009 at 5:58

Rhino's state is not serializable

Rhino does not provide a way to serialize the system state.  All variables
are set within a LotREPLs-controlled scope and executed in a
LotREPLs-controlled context, but unfortunately scope objects aren't
serializable since they can references to java.lang.reflect.Method objects.

Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 12:38

How to Clear Screen in REPL ?

Hi i am using REPL for testing and learning Ruby Language... Everything my 
code reaches the end of code i just have to navigate with my scroller.. is 
there any way to clear the screen by using a clear command or something 
like that ?

Kindly let me know about those commands. Also a native link showing all 
the possible general commands that can be used to control the REPL window 
would be grateful like navigating, resetting..etc

my personal feedback about this REPL is that its one awesome idea.. thanks 
developers... now i can work from my college without having to install any 
stack.... for learning my language..


Original issue reported on code.google.com by [email protected] on 7 Jul 2009 at 6:02

Jython's state is not serializable

In Jython all script runs with the global dict set to a PyDictionary that
LotREPLs controls, but unfortunately that PyObject is not serializable
since it holds references to raw Object fields.

Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 12:40

clojure does not preserve state between calls

What steps will reproduce the problem?
1. /switch clojure
2. (def foo 5)
3. foo

What is the expected output? What do you see instead?
5
I see:
Interpreter exception: com.google.lotrepls.shared.InterpreterException:
java.lang.Exception: Unable to resolve symbol: foo in this context
(NO_SOURCE_FILE:0)



What version of the product are you using? On what operating system?


Please provide any additional information below.

perhaps clojure should get its * back ;)

Original issue reported on code.google.com by [email protected] on 14 May 2009 at 11:25

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.