Skip to content

Commit

Permalink
Add more to the todo list and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyhmiller committed Jul 29, 2024
1 parent b6ffd2f commit 390fd2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Beagle

![Cargo Tests](https://github.com/jimmyhmiller/beagle/actions/workflows/main.yml/badge.svg)

This is the very beginnings of a dynamically typed, functional programming language I am building. It aims to be a modern, fast, multithreaded, dynamically typed langauge, compiling straight to machine code on the fly rather than using a VM. Currently it is in a very Proof of Concept stage with many things not working. The things that do work, only work on macos arm64.

Currently it has the following things, all at the very beginnings and chock full of bugs. But with some solid foundations to continue on.
Expand Down Expand Up @@ -37,4 +39,8 @@ This codebase originally existed [here](https://github.com/jimmyhmiller/PlayGrou
* Data structures
* Decide if I want to support kabab-case
* Continuations?
* Make closures better
* Make closures better
* Floats
* Decimals
* Enums
* Pattern Matching

0 comments on commit 390fd2d

Please sign in to comment.