LonnonDev / Solis

This is a coding language that is made for fun

Repository from Github https://github.comLonnonDev/SolisRepository from Github https://github.comLonnonDev/Solis

Solis

contributions welcome

Solis is a Programming Language which Type is being Thought of

Current Ideas

  • Object Oriented
  • Lazy Evaluation
  • Statically Typed
  • Interpreted

Releases Here.

Features

Variables

Variables can be declared like this

var <name> = <value>

and used like this

|<varname>|

Types

The current types are

  • String
    • "<data>"
  • Integer (No Floating Point Value)
    • <Any Number without a Decimal
  • Boolean
    • True or False

Printing

outln prints with a newline after, takes arg string

out prints without a newline after, takes arg string

About

This is a coding language that is made for fun

License:Other


Languages

Language:Python 96.7%Language:Batchfile 2.4%Language:Shell 0.9%