nibi-lang / nibi

An interpreted list processing language inspired by Lisp
GNU Affero General Public License v3.0
3 stars 2 forks source link

Refactor #148

Closed bosley closed 6 months ago

bosley commented 6 months ago

(ノ◕ヮ◕)ノ✲゚。⋆ You've made a PR!

Before the code PR is merged, please ensure that the following checklist is completed.

Please be sure that the code follows the style as follows:

The above is just a loose formatting that has been used already throughout the C++ source code of Nibi, and we would like to keep things mostly uniform. In the future, an actual style guide may be created.

Description of work:

Please enter a description of your work here:


Removed the janky threads implementation and related tests. Added small amount of configurability for underlying tracking metas.