
--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/0a2d1d65-130a-4768-be65-54dfb33797d0n%40googlegroups.com.
On Apr 12, 2026, at 3:07 AM, Paolo Amoroso <paolo....@gmail.com> wrote:
Your turtle graphics is pretty neat and period accurate.This is my workflow for handling packages on Medley https://journal.paoloamoroso.com/a-single-package-common-lisp-workflow-for-medley
I spent an afternoon porting some old Common Lisp "turtle graphics" code I wrote.
It's kind of a nice way to abstract stateful drawing. (Funfact LOGO was my first programming language in elementary school and we did a lot of turtle graphics on Apple ][e computer via LOGOWriter)
Anyway, I began a project by creating a package in the repl.
I then began pasting in my functions.
I *thought* it'd carry over with package but I must have done something wrong when running FILES? and then MAKEFILES.
I recall some voodoo around the Common Lisp packages being handled carefully.
It went quite well (as you can see below) but I'll include the file.
<Screenshot_20260411_234103.png>--
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/0a2d1d65-130a-4768-be65-54dfb33797d0n%40googlegroups.com.
----
You received this message because you are subscribed to the Google Groups "Medley Interlisp core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lispcore+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/CAGi1hzveUKEQXArwa30B%3D117R_CiBMwvBduRo10%2BuPa_4QcE3Q%40mail.gmail.com.
The forms in a file are not first all read, then evaluated. They are evaluated in sequence as they are read.
To view this discussion visit https://groups.google.com/d/msgid/lispcore/EFA9D415-17D1-443D-9326-52855FDD88FD%40post.harvard.edu.