[frege-programming-language] Embed Frege in Java/Scala

2018-01-29 Thread zcourts
I'm currently investigating means of providing a DSL in our project. Currently options have been narrowed down to embedding Frege or providing a very trivial extended lambda calc. like DSL using "Implementing functional programming languages" as a basis. That right now seems like the best

[frege-programming-language] Re: Embed Frege in Java/Scala

2018-01-29 Thread Marimuthu Madasamy
Hi, Your use case sounds exactly like Frege REPL as you figured out. In fact, it is more related to online REPL with your sandbox concerns. Luckily both command line REPL and online REPL use a base library called frege-interpreter . Frege