other-languages

here be heresies and things we have to use for work
mruzekw 2020-03-28T19:12:44.000600Z

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

borkdude 2020-03-28T19:15:30.001200Z

@mruzekw Maybe check out Carp

1➕
mruzekw 2020-03-28T19:16:16.001500Z

“Ownership tracking”: Rust in LISP?

1✅
borkdude 2020-03-28T19:16:49.001800Z

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

borkdude 2020-03-28T19:17:04.002100Z

which goes hand in hand of course

mruzekw 2020-03-28T19:17:15.002300Z

Sure.

mruzekw 2020-03-28T19:17:31.002900Z

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

mruzekw 2020-03-28T19:18:14.003400Z

Err through data types?? (Haskell noob)

borkdude 2020-03-28T19:19:01.003700Z

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

mruzekw 2020-03-28T19:19:36.004200Z

Thanks!

mruzekw 2020-03-28T19:19:48.004500Z

I just can’t get away from LISP! 😛

borkdude 2020-03-28T19:24:57.004900Z

I know the feeling.

1🙂
rakyi 2020-03-28T22:19:15.005500Z

there is also http://www.shenlanguage.org

1👍
mruzekw 2020-03-28T22:45:06.005700Z

Thanks!