Earlier quoted context omitted.
Yeah, I think you mentioned that before on TUNES or somewhere else. If ints and bytes is the biggest problem, I don't see how that is a big deal - pull the int out of the array and shift/mask it to get the byte. Or am I missing something here? What I was thinking was going to be hard was structs (although most C code tends not to abuse those too much because padding issues tend to be pretty visible disincentives, but…
pull the int out of the array and shift/mask it to get the byte The problem is, you would have to be prepared to do this anytime you're dereferencing a byte pointer. You wouldn't know at compile time whether the pointer points into byte-organized or word-organized memory. You're right about structs, too.
Symbolics Genera - The Best Software Environment Available
11–20 of 46 posts
Re: Symbolics Genera - The Best Software Environment Available
#12Earlier quoted context omitted.
pull the int out of the array and shift/mask it to get the byte The problem is, you would have to be prepared to do this anytime you're dereferencing a byte pointer. You wouldn't know at compile time whether the pointer points into byte-organized or word-organized memory. You're right about structs, too.
I still don't see what the problem is - you know the type of memory array you're referencing into (int, byte, whatever), you know the type of pointer you're dereferencing (byte). So is the problem going to be that it will be slow? In portable CL, yes, but there's always ways to get at the implementation's array-accessing internals and fake type-displaced arrays (esp. if you have control over the internals, as this hy…
Re: Symbolics Genera - The Best Software Environment Available
#13Lisp Machines are something that you think is really cool when you first learn about them, then you come to the realization that pining for them is a waste of time. I've had a flash of inspiration recently and have been thinking about Lisp Machines a lot in the past three weeks. But first, a digression. There's an important lesson to be learned about why Symbolics failed. I think Richard Gabriel came to the completel…
Re: Symbolics Genera - The Best Software Environment Available
#14Re: Symbolics Genera - The Best Software Environment Available
#15There is no such thing as the "best" software environment, anymore than there is the best car. It all depends on what you're trying to do and what your priorities and constraints are.
Re: Symbolics Genera - The Best Software Environment Available
#16There is no such thing as the "best" software environment, anymore than there is the best car. It all depends on what you're trying to do and what your priorities and constraints are.
Re: Symbolics Genera - The Best Software Environment Available
#17There is no such thing as the "best" software environment, anymore than there is the best car. It all depends on what you're trying to do and what your priorities and constraints are.
That's the dogma, but is there a reason for it to actually be true? All we know for sure is that there isn't a clear winner yet .
Re: Symbolics Genera - The Best Software Environment Available
#18There is no such thing as the "best" software environment, anymore than there is the best car. It all depends on what you're trying to do and what your priorities and constraints are.
That's the dogma, but is there a reason for it to actually be true? All we know for sure is that there isn't a clear winner yet .
Re: Symbolics Genera - The Best Software Environment Available
#19Re: Symbolics Genera - The Best Software Environment Available
#20Lisp Machines are something that you think is really cool when you first learn about them, then you come to the realization that pining for them is a waste of time. I've had a flash of inspiration recently and have been thinking about Lisp Machines a lot in the past three weeks. But first, a digression. There's an important lesson to be learned about why Symbolics failed. I think Richard Gabriel came to the completel…
Also not only Stallman promoted free software in that time. For example the Common Lisp community had extreme benefit from what was done at CMU. CMUCL/Spice Lisp was released as public domain software and has been used widely in derived implementations, like SBCL or even commercial software. There were several other prominent Lisp hackers from that time which promote free software.
Stallman did a lot, but please make him a saint - when people like Scott Fahlman had much more impact in the Lisp community.