Liskell – Haskell Semantics with Lisp Syntax [pdf]
clemens.endorphin.org
Liskell – Haskell Semantics with Lisp Syntax [pdf]
1–10 of 27 posts
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#2No. Typeclasses do not replace proper macros. Go home, you are drunk.
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#3Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#4Rust semantics with D syntax (garbage collector is a bonus).
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#5It is time for Rusted !!! Rust semantics with D syntax (garbage collector is a bonus).
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#6> Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
Presentation this year on the ELS: https://www.youtube.com/watch?v=of92m4XNgrM
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#7Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#8I will prempt the comment that always shows up in discussions of this kind: No. Typeclasses do not replace proper macros. Go home, you are drunk.
(^^ edited based on one of the responses below.)
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#9How does it compare to Shen? https://shenlanguage.org
Re: Liskell – Haskell Semantics with Lisp Syntax [pdf]
#10I will prempt the comment that always shows up in discussions of this kind: No. Typeclasses do not replace proper macros. Go home, you are drunk.
Another argument I've often heard is that laziness largely obviates macros. Personally, I agree that this is often true—but not always, and that last bit is where Lisp-style macros would be really nice. (^^ edited based on one of the responses below.)