Listed special features in report

This commit is contained in:
Kyler Olsen 2025-12-05 00:01:00 -07:00
parent f5c786c061
commit 4c9aa78dc8
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,9 @@ basically non-existent. It is also memory safe with its barrow checker. With it
being another systems programming language, and these modern features, I feel being another systems programming language, and these modern features, I feel
like it is just as good of a choice of a language for my project. like it is just as good of a choice of a language for my project.
The special feature for the Rust port is being able to export and import the
interpreter state in the repl using `#save <filename>` and `#load <filename>`.
**Python** was my final port. With it being the language I am most comfortable **Python** was my final port. With it being the language I am most comfortable
and experienced with, this was an easy port to make. While it is very easy, even and experienced with, this was an easy port to make. While it is very easy, even
for someone without my experience, and it has many of the same modern for someone without my experience, and it has many of the same modern
@ -65,6 +68,8 @@ programming language, I would not be able to run this project on an embedded
system very cleanly or easily, making Python not as good of a choice with my system very cleanly or easily, making Python not as good of a choice with my
goal of portability to embedded systems. goal of portability to embedded systems.
The special feature for the Python port is the SLS Calculator App.
## Lessons ## Lessons
## Struggles ## Struggles