1 Apr 2010 01:56
Re: hardcore DSL question :)
Isn't there a bit-rotted and incomplete compiler plugin that allows you to make some expressions to be given to the program at runtime as ASTs (or something similar) instead of compiling them into real code?
That seems like something that might be useful for you. Though I bet it would need a lot of work.
-Arthur (sent from phone)
On Mar 31, 2010 4:32 PM, "Razvan Cojocaru" <razie-FS2fJD/S6ogAvxtiuMwx3w@public.gmane.org> wrote:
I see that I like multi-part posts...sorry.
I can do this:
wcase (expr) {
case 1 => println("it's ")
case 2 => println("true ")
case 3 => println("...")
}
but can't do the version similar to the welse (above), which builds a
sequence of 3 activities.
This construct is of special interest to me, since I always liked Ada's
guarded entry points...trying to mimick them here...View this message in context: http://old.nabble.com/hardcore-DSL-question-%3A%29-tp28101278p28101339.html
Razvan Cojocaru wrote:
>
> I'm playing with a workflow DSL...I'm trying to closely follow a "nor...Sent from the Scala - User mailing list archive at Nabble.com.

RSS Feed