BookOwl / nemo

A fishy programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More datatypes.

BookOwl opened this issue · comments

nemo needs

  • Strings
  • Vectors
  • Hashmaps

How should nemo defined data types work?
What about Rust defined data types?

The plan for Rust defined data types


We will just use [the Any trait](https://doc.rust-lang.org/core/any/index.html)