[Image of Katty.]

Projects

Functional Stuff

This is a list of projects I have made that are functional, i.e. do something/serve some purpose:

ParseJS
(see more)
ParseJS is a tokenization library for JavaScript I made when I was in ninth grade.
I came up with the idea when I was trying to come up for a way to store tabular data in a textual format that was character-efficient, but in the process of writing it I decided I wanted a lexer to find tokens for me, and this was the result.
HotTea
HotTea is a library I made to allow people to imitate static-typing in JavaScript; more accurately, it aimed to add "typed objects", which were objects that threw errors if you tried to set or retrieve keys that weren't in a predefined list called the "blueprint".
FOOL (Flexable Object Oriented Language)
Flexable Object Oriented Language (FOOL) was my (first) attempt at writing my own programming language.
The language was written in Python when I was twelve and was published . The spelling mistake in the name was due to my young age; I was unsure of the ending of "flexible" and just thought the word ended in -able, like a lot of other English words do.

Fun Stuff

This is a list of projects I have made for fun:

E3D
E3D was a pseudo-3D graphics drawing program made in HTML and JavaScript; the project was published when I was thirteenish.