Skip to content

LordAxi/PandaVariableNotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PandaVariableNotation

  _____      ___   _
 |  _ \ \   / / \ | |
 | |_) \ \ / /|  \| |
 |  __/ \ V / | |\  |
 |_|     \_/  |_| \_|

Syntax

Declerations: {type}.new Redeclarations: {type}.edit

Types

s = string
i = integer
f = float
b = boolean

Whitespace

This Notation is heavily based on Whitespace to make reading easier.

Examples

s.new name = pnv
i.new year_created = 2025
f.new age_in_days = 1.5
b.new cool = true

Speed

Ruby

I measured the speed using 15 million lines of "s.new c = axi" the average time of 50 tests for reading was: 9.756416427019998 seconds.
Then i divided the average by 15 million which is: 0.0000006504277618013332 seconds.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages