Re: Some syntax troubles
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some syntax troubles
- From: Thomas Wrensch <twrensch@...>
- Date: 2006年3月17日 19:07:54 +0000 (UTC)
On 2006年3月17日, Alexander Gladysh wrote:
...
Hey, this is an interesting idea for implementation of some kind of
virtual machine-interpreted DSL:
Silly example:
-- Should print 3.
interprete(make_vm()) 'add' '1 '2' 'prn'
Code follows.
Alexander.
...
Ohhh...nice.
Somewhat imited by the syntax of Lua, but it extends the range of
DSLs that can be created without parsing strings. This is going to
save me some time.
- Tom