|
|
|
|
|
by igouy
2123 days ago
|
|
No, not "all development tools used to develop the software and possibly code which is only meant to be used inhouse". Just the development tools included in the base Smalltalk implementation — we can choose whether or not to include other stuff. > Of course it doesn't matter for … Apparently, it doesn't matter for the whole range of business critical applications that do not need to be DO-178 certified. > In ST80 source code is just an external dump file … Do you mean that in ST80 source code can be saved as a text file and versioned like other text files? > Bootstrapping a virtual image … We can use a base virtual image someone else implemented. (Like we use a JVM someone else implemented, …) |
|