Fork me on GitHub
#other-languages
<
2020-03-28
>
mruzekw19:03:44

Are there any strongly-typed functional languges like PureScript or Haskell in LISP?

borkdude19:03:30

@mruzekw Maybe check out Carp

4
mruzekw19:03:16

“Ownership tracking”: Rust in LISP?

4
borkdude19:03:49

I think that's kind of the idea, but also static typing

borkdude19:03:04

which goes hand in hand of course

mruzekw19:03:31

Does it handle impure I/O through the type system like Haskell?

mruzekw19:03:14

Err through data types?? (Haskell noob)

borkdude19:03:01

Not sure. There's also https://github.com/lexi-lambda/hackett which is closer to Haskell.

mruzekw19:03:48

I just can’t get away from LISP! 😛

borkdude19:03:57

I know the feeling.

🙂 4