Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Garbage Ideas

Name: Anonymous 2010-05-01 9:08

ITT: Post those lame software development ideas you have in the ideas.txt that you are sure you will never get to try them out.

Name: Anonymous 2010-05-01 16:33

>>14
The default executable format would store bytecode, which would be compiled before execution, and the executables would also double as libraries, that is a paint executable would also expose functions for image manipulation accessible from other executables.
Let's see, Java and .NET are bytecode based, and can do JIT or full compilation if needed (results are large, but if you compare it with other full-fledged implementations like SBCL, sizes aren't really that huge on average). Executables can double as libraries on Windows, as long as there's relocations, and if they don't there are ways to make them act like libraries or have them execute code. When it comes to .NET and Java, they ALWAYS can double as assemblies/libraries. So I can load an exe in another exe, if I desire to do so.
And I'd probably end up making the language very Lisp-like.
Some CL implementations do actually have extensions which make them very reflective and a few of them allow traditional loadable libraries... (But, almost all have some FASL support, which is similar to per-file compiled modules)
An OS based on a reflective OO language with an Erlang-like actor model.
So far, I wonder why would it need to be designed as an OS? Almost everything is buildable on top of modern OSes. Although, if you wanted low overhead, making your own OS may be a good idea.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List