Frege / frege-interpreter

Frege Interpreter
15 stars 7 forks source link

What happened to JSR 223? #4

Closed eliasvasylenko closed 11 years ago

eliasvasylenko commented 11 years ago

In this discussion I see mention of JSR 233 compatibility for Frege scripting, and the linked frege-scripting jar from here of course includes the necessary META-INF/services entry and classes. I see no reference to this feature in the rest of the discussion, though, and in the latest frege-scripting jar the support seems to have been dropped.

Is this an intentional decision due to lack of interest? Is there any chance JSR 233 support will be (re?) introduced to the main branch?

Cheers,

Eli

mmhelloworld commented 11 years ago

Thanks for your interest on this.

I see no reference to this feature in the rest of the discussion

Initially we thought it was a good idea to have JSR 223 along with REPL development. But as we went ahead with so many changes and features for the REPL, we couldn't align JSR 223 support with REPL features. So we dropped it after few releases.

Is this an intentional decision due to lack of interest?

Not that there wasn't much interest for JSR 223 but we wanted to concentrate more on REPL.

Is there any chance JSR 233 support will be (re?) introduced to the main branch?

Yes, we are working on it and hoping to include this in the next release of frege-scripting.

eliasvasylenko commented 11 years ago

Thanks for the quick response, Marimuthu :). Glad to hear that REPL development has been going so productively for you, and to hear that JSR 223 support is still planned too.

mmhelloworld commented 11 years ago

JSR 223 Scripting for Frege is now available here.