/hopper

Hopper is a hobby open source programming language built for experimentation.

Primary LanguageC++

Hopper

Gitter


CI Status Version License Platform

Overview 🦗

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.

Usage 📖

  • 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)
}

Configuration API 🧾

* -- Must be defined

Attribute Description Default value
f(x) Function empty
box Variable empty
=> Equal sign empty
out Print empty
$ Comment empty
... ... empty

Installation 📦

N/A

Author ✍🏾

FranckNdame, franck.mpouli@yahoo.com

Contributing ❤️

Forks, patches and other feedback are welcome.

License 🚨

Hopper is available under the MIT license. See the LICENSE file for more info.

Hopper