cliserkad / fiz

A JVM programming language for maximizing code velocity

Home Page:https://fiz.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A JVM programming language for maximizing code velocity

https://fiz.dev/

License:Apache License 2.0


Languages

Language:Java 97.4%Language:ANTLR 2.6%