6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Mon Oct 07, 2024 12:30 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Apple //e "Lisp Machine"
PostPosted: Tue Aug 13, 2013 4:14 pm 
Offline

Joined: Sat Dec 13, 2003 3:37 pm
Posts: 1004
Gotta pass this along, I've only read the page and watched the video, but it's certainly novel.

http://blog.nullspace.io/apple-2-lisp-part-1.html


Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 16, 2013 1:43 am 
Offline

Joined: Tue Jul 24, 2012 2:27 am
Posts: 674
It seems that most of the Lisp environment is written in C (a la cc65), so I wonder what sort of overhead they're running with. Lisp can get pretty big on 8-bit systems, given that all the symbolic names in the source code remain in the runtime as independent objects, and the default composite data structure is singly-linked list nodes.

I'm looking forward to page 2 when they get into the nitty gritty.

_________________
WFDis Interactive 6502 Disassembler
AcheronVM: A Reconfigurable 16-bit Virtual CPU for the 6502 Microprocessor


Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 16, 2013 3:46 am 
Offline

Joined: Sat Dec 13, 2003 3:37 pm
Posts: 1004
Quote:
I'm looking forward to page 2 when they get into the nitty gritty.

Yea, me too. Funny, the I was only looking at the ASM code and it seemed incomplete, I thought the C code was there to handle the audio encoding of the data. Doh!

What little I saw, it seems each piece of data was at least 3 bytes.

Obviously this IS a Lisp, but an extremely limited one. Looks like they alloc a 16K heap plus 1500+ for a fixed symbol table, so that's little more than 5K "words" of working memory.

But it was novel, I thought the transfer via the cassette interface particularly interesting. The lamenting of limitations was fun to read as well.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: