Skip to content

Commit 61a6cf6

Browse files
Update README.md
1 parent cbb2ef1 commit 61a6cf6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
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.
22
* 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. ![](https://img.shields.io/github/last-commit/dragoncoder047/blog)
55
* 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.)
66
* 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).
77

88
<!-- [BEGIN PROJECTS -->
99

1010
| Project Name | Repo Link | Description | Status |
1111
|:------------:|:---------:|:------------|:------:|
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) ![](https://img.shields.io/github/last-commit/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&nbsp;(mostly)&nbsp;complete<br>Levels WIP |
13+
| PICKLE and Tinobsy | [tinobsy](https://github.com/dragoncoder047/tinobsy) ![](https://img.shields.io/github/last-commit/dragoncoder047/tinobsy)<br>[pickle](https://github.com/dragoncoder047/pickle) ![](https://img.shields.io/github/last-commit/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) ![](https://img.shields.io/github/last-commit/dragoncoder047/ulisp-esp32) | My fork of [uLisp](http://ulisp.com/) with additional features | ??? |
15+
| Langton-Music | [langton-music](https://github.com/dragoncoder047/langton-music) ![](https://img.shields.io/github/last-commit/dragoncoder047/langton-music) ![](https://img.shields.io/github/last-commit/dragoncoder047/langton-music/v3-dev?label=v3-dev%20branch%20last%20commit) | simulator for [musical Langton's Ant](https://dragoncoder047.github.io/langton-music). | Complete |
16+
| Schemascii | [schemascii](https://github.com/dragoncoder047/schemascii) ![](https://img.shields.io/github/last-commit/dragoncoder047/schemascii) ![](https://img.shields.io/github/release-date/dragoncoder047/schemascii?label=last%20release) ![](https://img.shields.io/github/commits-since/dragoncoder047/schemascii/latest) | A Python program to convert ASCII art circuit diagrams into nice SVG schematics. | Complete |
17+
| Armdroid 1000 | [armdroid](https://github.com/dragoncoder047/armdroid) ![](https://img.shields.io/github/last-commit/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 |
1718

1819
<!-- END PROJECTS] -->
1920

@@ -27,4 +28,4 @@
2728
<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">
2829
</picture>
2930

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

Comments
 (0)