Listed special features in report
This commit is contained in:
parent
f5c786c061
commit
4c9aa78dc8
|
|
@ -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
|
||||
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
|
||||
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
|
||||
|
|
@ -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
|
||||
goal of portability to embedded systems.
|
||||
|
||||
The special feature for the Python port is the SLS Calculator App.
|
||||
|
||||
## Lessons
|
||||
|
||||
## Struggles
|
||||
|
|
|
|||
Loading…
Reference in New Issue