Need help?
<- Back

Comments (19)

  • d-us-vb
    Dotcl sounds like a lisp macro that interprets TCL. :D
  • SomeHacker44
    Awesome! Has a MonoGame integration sample. Am curious to see if it will work with Godot or Unity. New weekend project...
  • Rochus
    This is amazing. How long did it take you to implement it, i.e. reach that high level of Ansi test conformance? Have you been able to reuse concepts e.g. from ABCL?
  • djha-skin
    I have recently blogged that AI and Common Lisp don't mix, but I've come to the opposite conclusion lately. AI evens the playing field between large teams and single developers. Now all the lone wolves in cl will be able to do large things, like a .net implementation or a yaml parser. I heard one guy say he was using AI to write a c complete in common lisp. I wonder if AI was used here or not.
  • v9v
    There's also Bike for CL/.NET interop: https://github.com/Lovesan/bike
  • register
    Kudos, this is what I was looking for. Time to add dynamic "scripting" to my .net projects.
  • cjbgkagh
    Neat, I see AOT, will this be able to target WASM? I’m guessing there will be a mode that doesn’t use reflection emit since AOT doesn’t support that? I would check myself but I’m away from my computer.
  • aboardRat4
    Does it have tail recursion?
  • pjmlp
    Great! A new toy on my toolbox.Kudos on the implementation.
  • Pay08
    I was just wondering the other day if this exists. Great timing.
  • freedomben
    Unfortunate near naming collision for people using doctl (the Digital Ocean CLI). I can foresee a lot of shell muscle memory causing me to use the wrong tool :-DReally cool project! Love seeing CL work it's way into as many envs as possible