Skip to content

I got a bit bored and decided I would try make something I don't understand

Notifications You must be signed in to change notification settings

hurdofdaniel/Esoteric-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esoteric Programming

By Daniel Hurd - HurdOfDaniel

The concept of Esoteric Programming Languages seems incredibly manual and analog. Like a digital version of early computers.

This project is to try and make Esoteric Programming easy to understand and fun to use. There won't be as many functions, right now, as other Esoteric Languages

This is just a somewhat beginner project as I don't know much about C.

I am going to try and build a calculator, a basic one. This shouldn't be too difficult but will take some work

Esoteric C
Init char array[32768] = {0};
Init char *ptr = array;
> ++ptr;
< --ptr;
+ ++*ptr;
- --*ptr;
. putchar(*ptr);
, *ptr = getchar();

About

I got a bit bored and decided I would try make something I don't understand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published