So, I'm done for this weekend. What I have (and put on the blog)

* a binary parser
* the vm (interpreted, maybe I can turn it into a compiled vm in the
coming week? any ideas? macros? have to think about it)
* a graphical visualizer
* a controller "framework", allows you to solve the actual problems,
starting from the simplest, the Hohmann transfer

What's missing now is only the binary writer, which should be
straightforward to do now, maybe I'll take care of that the next
couple of days, maybe not.

Way more interesting would be to get this thing fast, and I guess
compiling the vm should boost performance significantly, and it sounds
like an interesting problem, too: Here's my chance to really get into
macros (I guess?). But there are certainly other ways to improve
performance. Will see.

Thanks guys for the input on my "getting the fn name" problem, that's
good to know, and great that 1.2 will change it, too.

Cheers
Eugen

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to