404Dev-404

Results 4 issues of 404Dev-404

i want to make a text editor thing but i can't get input while a function is running so how can i get input and run a function at the...

i was reading the tutorial at https://cognate-lang.github.io/learn/ and tried to compile the code: ``` Let Even? (Zero? Modulo 2); Let Evens Filter (Even?) Range 1 100; Print Evens; ``` (literally...