spoon icon indicating copy to clipboard operation
spoon copied to clipboard

:ramen: Spoon is a programming language that runs blazingly fast, compiles to native code and works everywhere.

Results 6 spoon issues
Sort by recently updated
recently updated
newest added

Hey @deathbeam, I really liked the concept of Spoon. Did you end up deciding not to go ahead with it :'(? Any challenges that you need help with? Cheers.

Hi! just want to see what is it

So, I've been thinking about a new syntax for `import` statements for a while, and I think I found something that most people will like. I'm opening this issue so...

When looking for packages or including interfaces, use the list literal [ list literal ]. And then expand to single lines. ``` class @ :: Hello :: World def @main()...

enhancement
change

IIRC, Scala allows you to write ` ` to denote `.()`. With support for this, #17 would be easy to solve. Just have `using RaxeWords` with this: ``` extern class...

enhancement

Right now, in Raxe we have really ugly syntax for generics. We cannot use classic Haxe `` syntax for generics: ``` ruby def myArray = Array.new() ``` because `>` keyword...

enhancement
change
question