One instruction set computer
en.wikipedia.org
One instruction set computer
1–10 of 27 posts
Re: One instruction set computer
#2http://events.ccc.de/congress/2012/Fahrplan/events/5265.en.h...
Re: One instruction set computer
#3http://en.wikipedia.org/wiki/SKI_combinator_calculus
More recently I found out about the U combinator which is a single combinator that can be used to define S & K:
http://en.wikipedia.org/wiki/Iota_and_Jot
Having a system that implemented recursion using the Y combinator in terms of S & K and have it actually compute stuff was rather amusing. I'd be fascinated to see what it would look like using just U.
Re: One instruction set computer
#4At one point I was seriously fascinated by the lambda calculus and particularly the S and K combinators - two very simple functions that you can build any computation from: http://en.wikipedia.org/wiki/SKI_combinator_calculus More recently I found out about the U combinator which is a single combinator that can be used to define S & K: http://en.wikipedia.org/wiki/Iota_and_Jot Having a system that implemented recursi…
You might enjoy this:
Re: One instruction set computer
#5At one point I was seriously fascinated by the lambda calculus and particularly the S and K combinators - two very simple functions that you can build any computation from: http://en.wikipedia.org/wiki/SKI_combinator_calculus More recently I found out about the U combinator which is a single combinator that can be used to define S & K: http://en.wikipedia.org/wiki/Iota_and_Jot Having a system that implemented recursi…
It would look like a very (very!) long string of U's. :-) You might enjoy this: http://www.flownet.com/ron/lambda-calculus.html
Re: One instruction set computer
#6Re: One instruction set computer
#7Re: One instruction set computer
#8Re: One instruction set computer
#9Re: One instruction set computer
#10It seems like this wouldn't perform very well in the real world for most applications, but I could see it being useful for very simple architectures.