|
1 |
| -* I mostly use Javascript for "big" web apps and Python for tools. |
| 1 | +* I mostly use Javascript for web apps and Python for tools. |
2 | 2 | * I picked up C++ and C via the use of Arduinos and have been self-taught otherwise.
|
3 |
| -* I enjoy functional, homoiconic, and object-oriented langauges (especially Scheme) but have not had much experience using Scheme or Lisp. |
4 |
| -* I have a [blog](https://dragoncoder047.github.io/blog/) that I occasionally write stuff on. |
| 3 | +* I enjoy functional, homoiconic, and object-oriented langauges (especially Scheme) but have not had much experience using Scheme or Lisp. I'm trying to design one of my own but it's not going well. |
| 4 | +* I have a [blog](https://dragoncoder047.github.io/blog/) that I occasionally write stuff on.  |
5 | 5 | * I am a high school student so I will probably be busy with classes during the day. And homework in the evening. (You know, AP classes and stuff.)
|
6 | 6 | * I am a member of the [Conwaylife.com forums](https://conwaylife.com/forums) under the username **wirehead**. Half of what I do here somehow manages to wind up there as well (mostly from my [ca-experiments](https://github.com/dragoncoder047/ca-experiments) repository).
|
7 | 7 |
|
8 | 8 | <!-- [BEGIN PROJECTS -->
|
9 | 9 |
|
10 | 10 | | Project Name | Repo Link | Description | Status |
|
11 | 11 | |:------------:|:---------:|:------------|:------:|
|
12 |
| -| PICKLE and Tinobsy | [tinobsy](https://github.com/dragoncoder047/tinobsy)<br>[pickle](https://github.com/dragoncoder047/pickle) | A new idea for a programming language, and a type system to implement it. | In progress | |
13 |
| -| uLisp fork | [ulisp-esp32](https://github.com/dragoncoder047/ulisp-esp32) | My fork of [uLisp](http://ulisp.com/) with additional features | ??? | |
14 |
| -| Langton-Music | [langton-music](https://github.com/dragoncoder047/langton-music) | simulator for [musical Langton's Ant](https://dragoncoder047.github.io/langton-music). | Complete | |
15 |
| -| Schemascii | [schemascii](https://github.com/dragoncoder047/schemascii) | A Python program to convert ASCII art circuit diagrams into nice SVG schematics. | Complete | |
16 |
| -| Armdroid 1000 | [armdroid](https://github.com/dragoncoder047/armdroid) | A website about the [Armdroid 1000](https://dragoncoder047.github.io/armdroid) with a bunch of resources (manual, circuit diagram, photos, miscallaneous reverse-engineering, etc) | Working draft | |
| 12 | +| Parasite | [parasite](https://github.com/dragoncoder047/parasite)  | A game that can't be beaten by the player: you have to teach the NPC's how to play it for you. | Engine (mostly) complete<br>Levels WIP | |
| 13 | +| PICKLE and Tinobsy | [tinobsy](https://github.com/dragoncoder047/tinobsy) <br>[pickle](https://github.com/dragoncoder047/pickle)  | A new idea for a programming language, and a type system to implement it. | In progress | |
| 14 | +| uLisp fork | [ulisp-esp32](https://github.com/dragoncoder047/ulisp-esp32)  | My fork of [uLisp](http://ulisp.com/) with additional features | ??? | |
| 15 | +| Langton-Music | [langton-music](https://github.com/dragoncoder047/langton-music)   | simulator for [musical Langton's Ant](https://dragoncoder047.github.io/langton-music). | Complete | |
| 16 | +| Schemascii | [schemascii](https://github.com/dragoncoder047/schemascii)    | A Python program to convert ASCII art circuit diagrams into nice SVG schematics. | Complete | |
| 17 | +| Armdroid 1000 | [armdroid](https://github.com/dragoncoder047/armdroid)  | A website about the [Armdroid 1000](https://dragoncoder047.github.io/armdroid) with a bunch of resources (manual, circuit diagram, photos, miscallaneous reverse-engineering, etc) | Working draft | |
17 | 18 |
|
18 | 19 | <!-- END PROJECTS] -->
|
19 | 20 |
|
|
27 | 28 | <img alt="languages" src="https://github-readme-stats.vercel.app/api/?username=dragoncoder047&hide_title=true&show_icons=true&include_all_commits=true&hide_rank=true">
|
28 | 29 | </picture>
|
29 | 30 |
|
30 |
| -*Note, I excluded Javascript from the above language stats because its verbosity (curly braces, JSDoc comments, etc.) compared to other language artificially inflates the amount of Javascript I seem to have written. Only about 60% of those lines are meaningful code.* |
| 31 | +*Note: I excluded Javascript from the above language stats because its verbosity (curly braces, JSDoc comments, etc.) compared to other languages artificially inflates the amount of Javascript I seem to have written. Only about 60% of those lines are meaningful code.* |
0 commit comments