This Isn't BASIC

General discussion for topics related to the FreeBASIC project or its community.
MrHetfield
Posts: 1
Joined: May 19, 2010 21:52

Re: This Isn't BASIC

Post by MrHetfield »

chris319 wrote:This isn't BASIC.
I think it is. I know a very simply test - just print 2+2. You don't need to open console or call MSGBOX, you just get the result. I've tried many dialects like PowerBasic for Win (THIS is not a BASIC at all ) version of which I liked so much under DOS, or JustBASIC or PureBASIC (yes it can use OGRE but this is not a BASIC). I mean you can write
SCREEN 18
CIRCLE (100,100),100,11
SLEEP

and you get freakin' circle. Actually I use C# but I just tried to find simply BASIC for Win, like Quick-BASIC for nostalgia reasons and I finally found it. Thanks guys for your work!

PS sorry for my English I'm not from Australia ;)
Voltage
Posts: 110
Joined: Nov 19, 2005 7:36
Location: Sydney, Australia
Contact:

Re: This Isn't BASIC

Post by Voltage »

MrHetfield wrote:PS sorry for my English I'm not from Australia ;)
We won't hold it against you. :)

Welcome to FreeBASIC.
krzysztof
Posts: 8
Joined: Aug 08, 2013 8:42
Location: Poland
Contact:

Re: This Isn't BASIC

Post by krzysztof »

This is an old topic, but concerns PureBasic so I thought that I will append a few words. I tried to write a simple program in PureBasic, but it took me a couple of days. This language is strange, difficult, and not very logical to me. Otherwise when I first came into contact with FreeBASIC, after reading a few sentences in the help/manual, I immediately started to write some very simple programs. They look good and work. However, with the PureBasic I sat a couple of days, and I was angry for a comprehensive but difficult to read help/manual, complaining about the lack of simplified tutorial to help beginners, and bizarre dialect syntax of PB.
Post Reply