Skip to main content

6 posts tagged with "Net"

Posts tagged with Net.

View All Tags

Adding Linq support to NPersist

· 2 min read
Founder, Asynkron Systems

I’m currently adding some real Linq support to NPersist.
I did start on it when the first public previews of Linq was released, but then I was kind of stuck in World of Warcraft for a while (OK, slightly more than a while).
But I’ve finally broken out of the world of Azeroth and I’m back in the real world again.

Lisp Debugger

· One min read
Founder, Asynkron Systems

I’m still working on my Lisp language clone.
Today I started to add debugging support to it.
I made the AST aware of the original source code, so each node can reference back to the place it was parsed from, and I also added a bit of call stack features.