One thing that sticks in my mind was that the system call API was well-designed (by Frank Holsworth). Everything involved getting or setting tables (structures). The documentation for this was really quite good.
That's interesting. I left DRI just before Novell bought it, and wasn't aware of anybody besides IBM using it.
I worked at Digital Research from 1984 to 1990. CP/M-68K was the first operating system I used there, but only for a brief period. It's unfortunate that the source for FlexOS is not available; it would be a better…
[dead]
> Why do you need to run the browser on the server? I can't think of a case where you would want to use a text browser there instead of a regular browser on your actual machine. I've had to do that on my VPS a few times…
Crystal compiles directly to object code, using LLVM. It does provide the ability to interoperate with C code; as an example, I use this feature to call ncursesw functions from Crystal.
As others have mentioned, Crystal is close to Ruby in many ways, such that some simpler code will port straight over. I've managed to port a large Ruby application (the sup email client) to Crystal, and a lot of the…
My ex-wife had the same name as a woman in another state who had beaten up a cop and done jail time. So every time my wife's driver's license came up for renewal, the DMV decided she was that criminal, and refused to…
One thing that sticks in my mind was that the system call API was well-designed (by Frank Holsworth). Everything involved getting or setting tables (structures). The documentation for this was really quite good.
That's interesting. I left DRI just before Novell bought it, and wasn't aware of anybody besides IBM using it.
I worked at Digital Research from 1984 to 1990. CP/M-68K was the first operating system I used there, but only for a brief period. It's unfortunate that the source for FlexOS is not available; it would be a better…
[dead]
> Why do you need to run the browser on the server? I can't think of a case where you would want to use a text browser there instead of a regular browser on your actual machine. I've had to do that on my VPS a few times…
Crystal compiles directly to object code, using LLVM. It does provide the ability to interoperate with C code; as an example, I use this feature to call ncursesw functions from Crystal.
[dead]
As others have mentioned, Crystal is close to Ruby in many ways, such that some simpler code will port straight over. I've managed to port a large Ruby application (the sup email client) to Crystal, and a lot of the…
[dead]
My ex-wife had the same name as a woman in another state who had beaten up a cop and done jail time. So every time my wife's driver's license came up for renewal, the DMV decided she was that criminal, and refused to…