Skip to content
/ fiz Public

A JVM programming language for maximizing code velocity

License

Notifications You must be signed in to change notification settings

cliserkad/fiz

Repository files navigation

fiz

A JVM language built for simplicity and usability.
fiz.dev
repo

Installation

Follow the link and jump right in!

Maven Plugin

Downloading the plugin from GitHub packages requires you to make a settings.xml file with your GitHub credentials.

Build From Source

Clone this repo and install with Maven.

git clone https://github.com/cliserkad/fiz
cd fiz
mvn clean install

Hello World

main {
	println("Hello, World")
}

Planned Features

  • Default Arguments
  • Named Parameters
  • Immutable by default
  • Non-Null by default
  • Build system