Hopper is a hobby open source programming language built for experimentation. It is named after Grace Hopper. She was a pioneer of computer programming who invented one of the first linkers.
- Basics
$ This is a comment
$ Defining a function
f(name) greetings ::{
out(“Hello, ” + name)
}
$ Defining a variable
box name => “Franck Ndame”
$ For loop
for i => 0 to 10 ::{
out(i)
}
*
-- Must be defined
Attribute | Description | Default value |
---|---|---|
f(x) | Function | empty |
box | Variable | empty |
=> | Equal sign | empty |
out | empty |
|
$ | Comment | empty |
... | ... | empty |
N/A
FranckNdame, franck.mpouli@yahoo.com
Forks, patches and other feedback are welcome.
Hopper is available under the MIT license. See the LICENSE file for more info.