Basic

Moderators: None (Apply to moderate this forum)
Number of threads: 1675
Number of posts: 4764

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Liberty Basic Help Posted by aquamarina2 on 16 May 2005 at 11:35 AM
ok, is it a compiler too? or just a programming language? and how the hell do I compile it???????????
Report
Re: Liberty Basic Help Posted by IDK on 17 May 2005 at 7:58 AM
: ok, is it a compiler too? or just a programming language? and how the hell do I compile it???????????
:
Every language have to have
a compiler or interpreter
otherwise it's not a language.
===============================
El PROgrammador Niklas Ulvinge

Report
Re: Liberty Basic Help Posted by Gaashius on 17 May 2005 at 8:25 AM
: : ok, is it a compiler too? or just a programming language? and how the hell do I compile it???????????
: :
: Every language have to have
: a compiler or interpreter
: otherwise it's not a language.
: ===============================
: El PROgrammador Niklas Ulvinge
:
:
If you can not compile source code to an executable(even not using help files to do this), then it has to be an interpreter. Compiling is usually the most eye-thrusting thing, so you have to see it if exists.

IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.

****************
Any questions? Just ask!

GAASHIUS


Report
Re: Liberty Basic Help Posted by DrMarten on 24 May 2005 at 7:27 PM
: : : ok, is it a compiler too? or just a programming language? and how the hell do I compile it???????????
: : :
: : Every language have to have
: : a compiler or interpreter
: : otherwise it's not a language.
: : ===============================
: : El PROgrammador Niklas Ulvinge
: :
: :
: If you can not compile source code to an executable(even not using help files to do this), then it has to be an interpreter. Compiling is usually the most eye-thrusting thing, so you have to see it if exists.
:
: IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
:
: ****************
: Any questions? Just ask!
:
: GAASHIUS
:
:


Seems like an interpreter to me because as far as i know a compiler will produce a stand-alone program and LibertyBasic doesn't seem to.

A free version of LibertyBasic is JustBasic at www.justbasic.com

Hope that helps.


Report
Re: Liberty Basic Help Posted by IDK on 25 May 2005 at 12:28 AM
: IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
:
You'll have to have something that defines the language.
The easiest way to define a language is to have a
compiler or interpreter.
I only know of a few that isn't defined by it's compiler
(C,C++,FORTRAN...)

Niklas Ulvinge aka IDK

Report
Re: Liberty Basic Help Posted by Gaashius on 25 May 2005 at 5:59 AM
: : IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
: :
: You'll have to have something that defines the language.
: The easiest way to define a language is to have a
: compiler or interpreter.
: I only know of a few that isn't defined by it's compiler
: (C,C++,FORTRAN...)
:
: Niklas Ulvinge aka IDK
:
:
There is one proramming language I know about what has no interpreters or compilers and it will never have.

****************
Any questions? Just ask!

GAASHIUS


Report
Re: Liberty Basic Help Posted by IDK on 25 May 2005 at 7:22 AM
: : : IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
: : :
: : You'll have to have something that defines the language.
: : The easiest way to define a language is to have a
: : compiler or interpreter.
: : I only know of a few that isn't defined by it's compiler
: : (C,C++,FORTRAN...)
: :
: : Niklas Ulvinge aka IDK
: :
: :
: There is one proramming language I know about what has no interpreters or compilers and it will never have.
:
: ****************
: Any questions? Just ask!
:
: GAASHIUS
:
:
:
Wich one?

Niklas Ulvinge aka IDK

Report
Re: Liberty Basic Help Posted by Gaashius on 26 May 2005 at 7:40 AM
: : : : IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
: : : :
: : : You'll have to have something that defines the language.
: : : The easiest way to define a language is to have a
: : : compiler or interpreter.
: : : I only know of a few that isn't defined by it's compiler
: : : (C,C++,FORTRAN...)
: : :
: : : Niklas Ulvinge aka IDK
: : :
: : :
: : There is one proramming language I know about what has no interpreters or compilers and it will never have.
: :
: : ****************
: : Any questions? Just ask!
: :
: : GAASHIUS
: :
: :
: :
: Wich one?
:
: Niklas Ulvinge aka IDK
:
:
The ALGORITHM

****************
Any questions? Just ask!

GAASHIUS


Report
Re: Liberty Basic Help Posted by IDK on 26 May 2005 at 8:09 AM
: : : : : IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
: : : : :
: : : : You'll have to have something that defines the language.
: : : : The easiest way to define a language is to have a
: : : : compiler or interpreter.
: : : : I only know of a few that isn't defined by it's compiler
: : : : (C,C++,FORTRAN...)
: : : :
: : : : Niklas Ulvinge aka IDK
: : : :
: : : :
: : : There is one proramming language I know about what has no interpreters or compilers and it will never have.
: : :
: : : ****************
: : : Any questions? Just ask!
: : :
: : : GAASHIUS
: : :
: : :
: : :
: : Wich one?
: :
: : Niklas Ulvinge aka IDK
: :
: :
: The ALGORITHM
:
: ****************
: Any questions? Just ask!
:
: GAASHIUS
:
:
:
That was why Fortran and algol was
invented. Someone might say that
they are the languages of algorithms.

I know another: psuedocode
The porpuse for it is that it
isn't any programming language.



Niklas Ulvinge aka IDK

Report
Re: Liberty Basic Help Posted by DrMarten on 26 May 2005 at 12:28 PM
: : : : : : IDK: A programming language is just a language what can be understood by humans. It is not important to have a compiler or an interpreter, or both, to say that is a programming language. It is.
: : : : : :
: : : : : You'll have to have something that defines the language.
: : : : : The easiest way to define a language is to have a
: : : : : compiler or interpreter.
: : : : : I only know of a few that isn't defined by it's compiler
: : : : : (C,C++,FORTRAN...)
: : : : :
: : : : : Niklas Ulvinge aka IDK
: : : : :
: : : : :
: : : : There is one proramming language I know about what has no interpreters or compilers and it will never have.
: : : :
: : : : ****************
: : : : Any questions? Just ask!
: : : :
: : : : GAASHIUS
: : : :
: : : :
: : : :
: : : Wich one?
: : :
: : : Niklas Ulvinge aka IDK
: : :
: : :
: : The ALGORITHM
: :
: : ****************
: : Any questions? Just ask!
: :
: : GAASHIUS
: :
: :
: :
: That was why Fortran and algol was
: invented. Someone might say that
: they are the languages of algorithms.
:
: I know another: psuedocode
: The porpuse for it is that it
: isn't any programming language.
:
:
:
: Niklas Ulvinge aka IDK
:
:

0r "spoken" languages even... LOL
Report
Re: Liberty Basic Help Posted by IDK on 27 May 2005 at 3:21 AM
: 0r "spoken" languages even... LOL
:
Maby...
But you can't program in spoken languages
except english (basic)...

Niklas Ulvinge aka IDK

Report
Re: Liberty Basic Help Posted by Mirror7 on 24 Jul 2005 at 4:34 PM
: : 0r "spoken" languages even... LOL
: :
: Maby...
: But you can't program in spoken languages
: except english (basic)...
:
: Niklas Ulvinge aka IDK
:
:
Ce qui! Je puis vous assurer que vous pouvez programmer en franais.
Prenez cela!



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.