Threaded interpretive languages

Electronics Computer Programming Q&A
Post Reply
LucidGuppy
Posts: 38
Joined: Tue Jun 01, 2004 1:01 am
Location: Deep 13
Contact:

Threaded interpretive languages

Post by LucidGuppy »

Is anyone on this website familiar with threaded interpretive languages (in the spirit of Forth)? I'm making good progress in making one - but just checking if anyone's been tinkering with them lately?
Why don't you give yourself a nice big round of applause!
plato.texas
Posts: 2
Joined: Fri Jul 09, 2004 1:01 am
Location: Lewisville,
Contact:

Re: Threaded interpretive languages

Post by plato.texas »

I used several forths for many years. I have not used it for some time now since it is not what "corportate america" seems interested in, and few companies will support an environment for it. I do, however, still love the direct simplicity to solutions that forth offers.
LucidGuppy
Posts: 38
Joined: Tue Jun 01, 2004 1:01 am
Location: Deep 13
Contact:

Re: Threaded interpretive languages

Post by LucidGuppy »

I think the problem is the fact C programmers are so plentiful and the syntax is in so many other languages that its become the lingua franca. <p>My main problem right now in making a TIL is the lack of registers on the chip I'm using. Can anyone point me to resouces on how to use memory locations like registers? (The chip I have only has two!)<p>Thanks,
Matt
Why don't you give yourself a nice big round of applause!
Megadan
Posts: 17
Joined: Thu Aug 07, 2003 1:01 am
Location: Santa Ana, CA, USA
Contact:

Re: Threaded interpretive languages

Post by Megadan »

If your chip (whichever one it is, you didn't bother to say) supports alternate register sets, then they are probably aliases for locations in low memory already. Look for something like a "register base pointer" or "register base index".<p>Editor Dan
Dan Danknick
LucidGuppy
Posts: 38
Joined: Tue Jun 01, 2004 1:01 am
Location: Deep 13
Contact:

Re: Threaded interpretive languages

Post by LucidGuppy »

for anyone still curious - the chip was an ecog made by cyan technologies
Why don't you give yourself a nice big round of applause!
Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests