of all the worthless releases, believe it or not progress is being made, mostly conceptual: the design seems to be starting to solidify. if anyone is actually following this project I am expecting an actual release within a week or two.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
after a somewhat painful reflection on where this project is going, i have realized that i have actually been developing two completely different ideas as one. luckily one project does not belong here and as such is dead to me. that fork, as far as i'm going to work it, is actually done:
what im talking about is the runtime which is in
10 python lines ... less than 100 normal lines of code is capable of making stateless calls to a defined set of functions. this system can easily be extended to handle stack based argument passing and and a nonambiguous namemangling typing system. maybe its better expressed in code -
{{hello world}say} = say(hello world())
there is no call stack this way and it runs straight through - if anyone is interested in that
project feel free to email me or post.
that script might have some application in maybe web-based or anywhere you want to constrict access to a specified toolset. the other part of the project however has much more widespread applications that i'll talk about in the 'next step' thread
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
of all the worthless releases, believe it or not progress is being made, mostly conceptual: the design seems to be starting to solidify. if anyone is actually following this project I am expecting an actual release within a week or two.
after a somewhat painful reflection on where this project is going, i have realized that i have actually been developing two completely different ideas as one. luckily one project does not belong here and as such is dead to me. that fork, as far as i'm going to work it, is actually done:
what im talking about is the runtime which is in
10 python lines ... less than 100 normal lines of code is capable of making stateless calls to a defined set of functions. this system can easily be extended to handle stack based argument passing and and a nonambiguous namemangling typing system. maybe its better expressed in code -
{{hello world}say} = say(hello world())
there is no call stack this way and it runs straight through - if anyone is interested in that
project feel free to email me or post.
that script might have some application in maybe web-based or anywhere you want to constrict access to a specified toolset. the other part of the project however has much more widespread applications that i'll talk about in the 'next step' thread