<div dir="ltr"><div>Hi Russell,</div><div><br></div><div>Thanks for the kind words. This project was done as a senior project. At Rose-Hulman, this is a capstone project that a team works on for the entire year. The idea for the project was proposed by Dr. Michael Hewner (<a href="https://hewner.github.io/" target="_blank">https://hewner.github.io/</a>). As the academic year is coming to an end, this does mean we will no longer be forced to work on it. We really did enjoy it though, so I expect that we will continue adding things in the future. The primary work that could be done next is continuing to add filed out Self modules and primitives that they rely on such as -<br></div><div><br></div><div>1. GUI Modules - If the necessary and rather large list of necessary graphics primitives were written, then we could potentially file in these modules to make a GUI looking just like the original Self interface.<br></div><div>2. Test Modules - These are a bunch of modules written in Self, which tests things about Self. We have our own suite of tests that were developed, but it would be cool to see how we do against these tests.</div><div>3. Other Modules - Things like tree or priorityQueue. These should just work, but take some time to import.</div><div><br></div><div>It is also possible that another senior project team at Rose-Hulman in the future might pick up this project and continue building.</div><div><br></div><div>I did look a little at Zig-Self. I think it might be worth a more thorough look, though, as I'm sure there are many things we could learn from it.</div><div><br></div><div>-Luke<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 17, 2022 at 3:58 AM Russell Allen <<a href="mailto:mail@russell-allen.com" target="_blank">mail@russell-allen.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi guys<br>
This is awesome - I love it. It's like an executable spec, it's really<br>
clear what's happening.<br>
<br>
Do you have plans to do more work on it?<br>
<br>
Also, have you had a look at Zig-Self at all? <a href="https://github.com/sin-ack/zigself" rel="noreferrer" target="_blank">https://github.com/sin-ack/zigself</a><br>
<br>
Russell<br>
<br>
<br>
On May 17 2022, at 3:40 am, Luke McNeil <<a href="mailto:lukemcneil61@gmail.com" target="_blank">lukemcneil61@gmail.com</a>> wrote:<br>
<br>
> Hey everyone!<br>
>  <br>
> We’re a team of student engineers from Rose-Hulman Institute of<br>
> Technology that’s been working on a Python implementation of Self for<br>
> the past academic year. We began developing this system since the Self<br>
> virtual machine is currently unable to be easily run on most modern<br>
> operating systems (without setting up a virtual machine to emulate<br>
> older 32-bit operating systems).<br>
>  <br>
> Our system is designed to parse and interpret Self inputs in a similar<br>
> manner to the Self environment and virtual machine. The system comes<br>
> with its own GUI framework to demonstrate its features that is<br>
> extensible by users, and the framework itself serves as a<br>
> proof-of-concept for implementing Morphic-related features in the<br>
> future. The interpreter’s implementation is bootstrapped, meaning that<br>
> higher-level features like lists and strings are directly imported<br>
> from their respective Self modules, which we file out from the<br>
> original Self system.<br>
>  <br>
> We hope that this project will serve not only as a useful educational<br>
> tool for introducing engineers to alternative programming paradigms,<br>
> but also as a convenient environment for Self development. If you’re<br>
> interested in exploring our system further, we’ve prepared a video<br>
> demo for your convenience (here). You can also visit our repository on<br>
> GitHub below. We welcome your thoughts and feedback!<br>
>  <br>
> <a href="https://github.com/pinneyja/self-interpreter" rel="noreferrer" target="_blank">https://github.com/pinneyja/self-interpreter</a><br>
>  <br>
>  <br>
>  <br>
> Thanks,<br>
>  <br>
> Rose-Hulman Self Interpreter Team<br>
>  <br>
> (Nathaniel Blanco, Achintya Gupta, Luke McNeil, Jacob Pinney)<br>
> _______________________________________________<br>
>  <br>
> Self-interest mailing list<br>
>  <br>
> <a href="mailto:Self-interest@lists.selflanguage.org" target="_blank">Self-interest@lists.selflanguage.org</a><br>
>  <br>
> <a href="http://lists.selflanguage.org/mailman/listinfo/self-interest" rel="noreferrer" target="_blank">http://lists.selflanguage.org/mailman/listinfo/self-interest</a><br>
</blockquote></div>