[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2008-05-06T16:04:16-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/2668 2008-05-06T16:04:16-05:00 2008-05-06T16:04:16-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=17183#p17183 <![CDATA[Interactive shell for trayning FreeBasic ?]]> FreeBASIC is a compiler only. The Quick Run found IDEs as FBIde or FBEdit is the closest you can do with a compiler.
Cons:
It is not like inmediate mode where variables are kept available for the next command you type. In a compiler Quick run the program runs and terminates, erasing its memory, so everything you want to test or print must be in the code before you launch it.
Pros:
The code is saved before launched so if you come with something interesting you don't risk to have it lost in the screen buffer...

Doing a FB interpreter mimicking the compiler would require writing another 100000 lines of code, you have to be Microsoft to do that...

Statistics: Posted by Antoni — Tue May 06, 2008 4:04 pm


]]>
2008-05-04T13:22:03-05:00 2008-05-04T13:22:03-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=17170#p17170 <![CDATA[Interactive shell for trayning FreeBasic ?]]> Statistics: Posted by Mentat — Sun May 04, 2008 1:22 pm


]]>
2008-05-04T13:07:14-05:00 2008-05-04T13:07:14-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=17169#p17169 <![CDATA[Interactive shell for trayning FreeBasic ?]]>
I'd like to have some kind of interactive shell/command prompt, where i could type a statement and it gets executed imediately, for practicing the FreeBasic language. An example is Python, that has an interactive shell. Have someone developed such thing for FreeBasic? Would be difficult to write one?

Many thanks

Cleverson

Statistics: Posted by Cleverson — Sun May 04, 2008 1:07 pm


]]>