Dotcl: Common Lisp Implementation on .NET

(github.com)

59 points | by reikonomusha 1 day ago

7 comments

  • d-us-vb 11 minutes ago
    Dotcl sounds like a lisp macro that interprets TCL. :D
  • Rochus 1 day ago
    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?
  • v9v 38 minutes ago
    There's also Bike for CL/.NET interop: https://github.com/Lovesan/bike
  • SomeHacker44 1 hour ago
    Awesome! Has a MonoGame integration sample. Am curious to see if it will work with Godot or Unity. New weekend project...
  • freedomben 1 hour ago
    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 :-D

    Really cool project! Love seeing CL work it's way into as many envs as possible

  • pjmlp 58 minutes ago
    Great! A new toy on my toolbox.

    Kudos on the implementation.

  • Pay08 29 minutes ago
    I was just wondering the other day if this exists. Great timing.