• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: October 18th, 2023

help-circle
  • Lisp is ahead of every other programming language. It used to be if-conditionals, garbage collection, and functional programming. Now the main lisp exclusives are the condition system and and macros that are both easy and powerful. If you want the lisp experience, write a macro and when the debuggers stops you during testing, recompile the macro, recompile the function which uses the macro, and restart from the most recent stack frame.


  • KaranasToll@alien.topBtoLispType Inference in Lisp
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Aren’t you the one who wrote the article? I’m curious does islisp have generic functions like common Lisp? Does it have a type describing said generic functions? Does your type inferencer, infer generic function types?

    I tried to read the code, but I find it quite difficult to follow.