Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide4edu-dev] Java and scheme "REPL"

Are you aware of "Scrapbook Pages" in Eclipse?

Wayne

Maxime Caron wrote:
While i was trying to integrate the scheme REPL, i was trying to find a way
for the java and scheme perspective to look the same.

We already talked about adding a Java REPL to the java perspective.
I know about the existense of the "java scrapbook" but it's not really an REPL.
You have to evaluation everything all the time, you cannot define variable then
after use the variable without reévaluation both line.

Then i found beanshell www.beanshell.org, it seem to be a real java REPL.
In short, BeanShell is dynamically interpreted Java, plus a scripting language
and flexible environment all rolled into one clean package.
It is thus perfect to Teach Java in a hands-on, live environment.


It is  under both the  "Sun Public License" and "Lesser Gnu Public License".
I wanted to know if the "Sun Public License" conflict with the eclipse project.

And if anybody think it would be a good idea to integrate beanshell.

Maxime Caron
Étudiant Bac informatique, Université de Sherbrooke
maxime.caron2@xxxxxxxxxxxxxx
maxime.caron@xxxxxxxxx

_______________________________________________
ide4edu-dev mailing list
ide4edu-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ide4edu-dev


Back to the top