For those working on the ScriptBasic memory leak with GMP, can you migrate to the ScriptBasic thread?
Let's kept this thread fibo challenge related.
In a way the memory leak is related to the Fibonacci sequence, because it was discovered while computing the same.ScriptBasic wrote: ↑Sun Jul 14, 2019 3:53 pmFor those working on the ScriptBasic memory leak with GMP, can you migrate to the ScriptBasic thread?
Let's kept this thread fibo challenge related.
Sounds to me like a start with machine code (assembler) would be good. So that the student at least gets an idea of what memory is. As opposed to "variables" and other such abstract concepts.The question then remains, what first programming languages could effectively support teaching the fundamental concepts of memory allocation and management?
Agree totally, it gives you a much better understanding of how high level languages work even though the compilers make it a snap to get code in the machine now...
My post to move the leak to another sink was based on this "keep on topic" request.The canine programmer became barking mad and growled, please keep on topic--that's the wrong kind of apocalypse.
It might be best to ignore most of what Fido purportedly says, especially the part about n-level meta programming.ScriptBasic wrote: ↑Sun Jul 14, 2019 6:29 pmMy post to move the leak to another sink was based on this "keep on topic" request.The canine programmer became barking mad and growled, please keep on topic--that's the wrong kind of apocalypse.
Nope. The summer before I got into uni.Is that the year you graduated?
Anecdote time:I have to say I'm proud of ScriptBasic for taking a Heater beating and not taking a fall.
Cray - 1 launched, CP/M came out, a little box by Apple
That image characterizing programming language progress that is doing the rounds everywhere is the most ridiculous and stupid thing.Our Ninja turtle heros.
Quite so.Until everyone agrees on a new standard, C will continue to be a foundation language. I don't see Linux written in anything else soon.
No but I know the guy that wrote SimpleIDE for the Parallax Propeller MCU which uses Scintilla for syntax highlighting their Spin language. Perhaps you can get inspiration from his code:Anyone have any experience writting a custom Scintilla lexer? I'm trying to dig up the source to Dave's ScriptBasic lexer he wrote.
If I can get the V7 JavaScript extension module running on Raspain, would you take an interest in it?If I had to use ScriptBasic but I could make whatever extensions for it it I would create a wrapper for node.js.