Skip to content

JavaCoder9721/ComputerTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XZC

A programming language that understands raw english

in every release some new features will appear, release is published every 5 to 6 days.

Comparison (No offense)

XZC:

declare name with "sadik"
declare names with ["john", "carl"]

writeln "$names"

insert name into names

writeln "$names"

Python

name = "sadik"
names = ["john", "carl"]

print(names)

names.append(name)

print(names)

see the difference, its readability not speed or output

About

A programming language that understands english

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages