| ▲ | PaulHoule 15 hours ago | ||||||||||||||||
One of the standard architectures for complex applications is to put together a scripting language and an systems programming language. You can either look at the scripting language as primary with the systems language used for performance or hardware interfacing or you can look at the systems language being primary and the scripting being used around the edges. The model of having a closely related scripting and systems language would be an optimization of this and SPy seems like an answer. [1] AAA games that have a scripting engine on top of C/C++, a finite element solver that lets you set up a problem with Lua and solve it with FORTRAN, etc. | |||||||||||||||||
| ▲ | thomasmg 13 hours ago | parent [-] | ||||||||||||||||
Yes, there are quite many real-world cases of this architecure. But, wouldn't it be better it the same language (more or less) can be used for both? I don't think such a language exists currently, but I think it would be a nice goal. | |||||||||||||||||
| |||||||||||||||||