Skip to content
/ ivy Public

the ivy 🌿 programming language - a friendly functional programming language with hindley-milner type inference

License

Notifications You must be signed in to change notification settings

gtr/ivy

Repository files navigation

the ivy programming language
----------------------------

a statically typed functional programming language with hindley-milner type inference, written in rust.

```
  _
 (_)_   ___   _
 | \ \ / / | | |
 | |\ V /| |_| |
 |_| \_/  \__, |
          |___/  v0.2

Ivy - the friendly functional programming language
Type :help for commands, :q to quit

ivy> :help
Ivy REPL Commands:

  :help, :h          Show this help message
  :quit, :q          Exit the REPL
  :reset, :r         Reset interpreter state (clear all definitions)
  :load <path>, :l   Load and execute a file
  :type <expr>, :t   Show the inferred type of an expression
  :env               Show all defined names in current scope

Multi-line input is supported. The REPL will continue prompting
with '...>' when it detects unclosed brackets or expressions.
```

About

the ivy 🌿 programming language - a friendly functional programming language with hindley-milner type inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •  

Languages