Grace
Grace is an actively used programming language created in 2010.
9Years Old | 5Users | 0Jobs |
- Grace ranks in the top 50% of languages
- the Grace website
- Grace first appeared in 2010
- file extensions for Grace include grace
- I have 28 facts about Grace. what would you like to know? email me and let me know how I can help.
Example code from the web:
class cat { def name = "Felix" method getName { return name } }
Example code from Linguist:
method ack (m : Number, n : Number) -> Number { print "ack {m} {n}" if (m < = 0) then {n + 1} elseif {n <= 0} then {ack((m -1), 1)} else {ack(m -1, ack(m, n-1))} }
Trending Repos
repo | stars | description |
---|
Last updated December 4th, 2019