OK, I'm done for this weekend. Here's what I got:
* the binary reader
* the vm ("interpreted" for now - would like to make a "compiled" vm.
still have to think about it, I guess macros would help?)
* a graphical visualizer
* a controller framework to solve the actual problems
The code is surprisi
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 proble
On 12 June 2010 04:51, Eugen Dück wrote:
> I put the first part of my implementation online:
> http://read-eval-puke.blogspot.com/2010/06/icfp-2009-orbit-binary-file-reader.html
> so anyone who's interested do have a look.
Interesting, thanks!
> There's one question that came up when I implement
> There's one question that came up when I implemented this. Is there a
> way to get the name of a clojure function, when all I have is the
> function object? Is it stored alongside the function? I didn't see any
> metadata or anything. Would I really have to reverse lookup the name
> in some names
BTW, there will also be a 24h lightning round for those who can't
waste an extended weekend.
On Jun 12, 11:51 am, Eugen Dück wrote:
> I plan on doing ICFP 2010 next weekend in clojure (1.1), if the
> problem is interesting. In preparation, I'm currently doing the
> (implementation-wise) crucial b
I plan on doing ICFP 2010 next weekend in clojure (1.1), if the
problem is interesting. In preparation, I'm currently doing the
(implementation-wise) crucial bits of last year's contest.
I put the first part of my implementation online:
http://read-eval-puke.blogspot.com/2010/06/icfp-2009-orbit-bi