Author Topic: A Good Basic Compiler?  (Read 511 times)

Hi, can somone give me a link to a good free basic compiler?
I am learning basic and I want to start making programs with OpenGL and a Basic language

I wouldn't even attempt to make a program with opengl in basic.

Why not?
Can you give me some tips for this stuff, i am new to programming

I know I'm not being too helpful, but try Python. All the BASIC code I've ever seen is pretty ugly.

Python is interpreted though, so wherever you want to run a Python script you'll need a Python interpreter. It's cross platform though (*BSD, Linux, Mac, Windows).

Here's some Python OpenGL bindings..

EDIT: actually, there's a crapload of other Python OpenGL bindings.

Does PyOpenGL mean that it's Python with OpenGL built in?

Could've sworn the topic title was 'A Good Basic Computer'....

LOLOLOLOLOLOL.

OP wants to actually make something in Basic.

Does PyOpenGL mean that it's Python with OpenGL built in?
No, it's a module for Python that allows you to work with OpenGL. I've never used it, I just did an "I'm feeling lucky" search for "python opengl". :cookieMonster:

If you don't know what a module is, I would suggest going through the Python tutorial.

at first I saw "good basic computer" then I thought "theres really no 'basic' computers"..