cat-language icon indicating copy to clipboard operation
cat-language copied to clipboard

Cat - a statically typed functional stack-based programming language

Results 4 cat-language issues
Sort by recently updated
recently updated
newest added

Hello, everybody! I am a windows guy and using commandline, and now I am really wondering how to run cat file script from the cmd and pass the custom parameters...

Hello, I was reading about the type system of Cat, in the README, but it would seem that a sentence is not complete ([at this section](https://github.com/cdiggins/cat-language#the-syntax-of-types)): > Each identifer represents...

Hi, I saw [your blog post](https://cdiggins.github.io/blog/linear-logic-and-linear-lisp.html) on linear types and concatenative languages, and how you were investigating whether they were a good fit for each other. Did you find anything...

It's probably an artifact from the translation from C#, but `popFunc` doesn't actually ensure that it pops an instruction. `popType` uses `this.pop() as T` which is just a cast (assertion)...