pointless
pointless copied to clipboard
Pointless: a scripting language for learning and fun
Hey, I have been following pointless documentation for a day now and it seems extremely interesting. I found pointless through r/ProgrammingLanguages. I visited your website and since I myself like...
`try`-`catch` crashes for me. Here's a minimal failing example: ``` output= try throw SomeLabel {some= "thing"} catch is(SomeLabel) err => println("???") ``` The stack trace I get from this: ```...
In prelude/set.ptls both `difference` and `intersection` use a `for` comprehension on a set. Sadly, when I tried to use them, they crash :( It can easily be "fixed" by calling...
This is my attempt to solve #11. I added a call to `toList` to the map function that is being called by the `for` comprehension. That allows `for` to be...
Hello. I have been experimenting with various backends for Pointless. The first mildly successful attempt at writing one of these was this [compiler](https://github.com/ameerwasi001/Pointless-to-Lua-Transpiler/) that compiles Pointless to Lua but as...
It's not much, but this does make it so that users can `make && sudo make install` and end up with a functioning `pointless` binary ready to be run from...