Skip to content

godalming123/how-coding-should-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-coding-should-work

contents

Wondering about .arrh or .arr

wondering about .arrh or .arr

.arrh

.arrh is a file format I created myself for my heirachy format v2\main.py will convert these to python nested lists of strings.

.arr

.arr is a coding language I created inspired by clojure which you can convert to my binary file format with .arr to code.py (not made yet) the python terminal will return a binary structure which can be ran on x86 with my coding language for x86.py (not made yet).

data types

strings

  • string = name "a string"
  • multiline string = name 'a multiline string'
  • char = name /c

numbers

  • int = name 5
  • float = name 5.2
  • percenta = name %54

other

  • list = name [ item other item
  • bool = name +
  • key + val = name : key val

functions

About

my vision as to how coding should work in the future.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages