DEV Community

Discussion on: What was your win this week?

Collapse
 
fennecdjay profile image
Jérémie Astor

My main CS project (a programming language) had a lot of improvements:

  • memory pool is faster
  • type engine is more consistent
  • async process now have a proper return value
  • the VM got simpler/smaller/faster
  • Sound computation has been improved
  • and ... the usual bug fix.

I'm also changing the syntax a bit (look at the VarSyntax branch).

And I'm still looking for contributors, so if you think the project is worth some of your time, let me know!