Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Yabasic interpreter


Related Topics

  
  Yabasic - Wikipedia, the free encyclopedia
Beyond "conventional" features, Yabasic offers structured programming (various block structures, named subroutines with return values, code modules with separate namespaces; on the other hand, composite data structures are missing).
The demo disc containing the Yabasic interpreter is a PAL disc and is not intended for the United States or Japanese PlayStation 2 markets.
Yabasic programs created on a PlayStation can be stored on memory cards for later retrieval or swapping with friends.
en.wikipedia.org /wiki/Yabasic_interpreter   (319 words)

  
 Yabasic -- Facts, Info, and Encyclopedia article   (Site not responding. Last check: 2007-10-22)
It is also relatively small in file size at around 200 (A unit of information equal to one thousand (1024) bytes) kilobytes.
A version of Yabasic is available for (additional info and facts about Sony) Sony's (additional info and facts about PlayStation 2) PlayStation 2.
Yabasic programs created on a PlayStation can be stored on (additional info and facts about memory cards) memory cards for later retrieval or swapping with friends.
www.absoluteastronomy.com /encyclopedia/y/ya/yabasic.htm   (182 words)

  
 Yabasic Additions and Modifications
This implementation of Yabasic supports an interactive console where statements can be entered and evaluated immediately without closing the console; and the interactive session command history is accessible during the session and can be saved to a disk file.
Yabasic does not have a built-in sort function (nor most other "traditional" BASIC implementations that I know of), therefore I could either write my own routine in Yabasic or call on the operating system.
When Yabasic executes a source file, or when Yabasic runs in interactive mode, it starts a new command shell at the beginning and exits that command shell when the program ends or when the interactive session is terminated.
www.mhuffman.com /resource/basic/yab_add.html   (2457 words)

  
 YABASIC Playstation2 Game Feature in ABSOLUTE PLAYSTATION 2 ( PS2 ) - YABASIC
YaBasic is a version of the BASIC computer language that was used on the home computers of the 80's, and is still in use today, all be it in a much more complex version to create Windows programs.
YaBasic itself is a pretty good implementation of the BASIC language, and is easy to write programs in although the error messages generated are very cryptic and also undocumented.
YaBasic runs as parsed code, which means that it is not true compiled code, and hence suffers in the performance stakes.
www.absolute-playstation.com /ps2_hardware/various_yabasic_review.htm   (1402 words)

  
 Introduction to Yabasic
Yabasic continues the tradition of a small, compact, and easy-to-use high-level language interpreter.
Yabasic also supports a Repeat...Until loop construct, which tests the condition at the end of the loop, and a Do...Loop which is a "condition less", or infinite loop.
Yabasic has much more capability than this brief discussion covers; indeed the intent is a "quick start" guide for non-programmers in a computer concepts class.
www.mhuffman.com /notes/language/yab_intro.html   (3265 words)

  
 Interpreters - Basic Interpreter Free   (Site not responding. Last check: 2007-10-22)
Interpreting vs. Translation On a basic level it would appear that there is little difference between an interpreter and a translator.
Many would have seen an interpreter sitting in a booth wearing a pair of headphones and speaking into a microphone at a conference or large diplomatic meeting such as the EU or UN.
A simultaneous interpreter has the unenviable task of quickly digesting what one person is saying before immediately translating it to others.
www.interpretercorner.com /links/basic-interpreter-free.html   (851 words)

  
 Linux Software at IceWalkers.com - Development / Interpreters   (Site not responding. Last check: 2007-10-22)
Qu is a fast and powerful object oriented programming language with a clean syntax, fast exceptions, private and public attributes, read-write and read-only attributes, closures, argument flattening, variable and default argument, auto self, uniform attribute access, mark and sweep garbage collector, and a whole lot more.
YaBASIC implements the most common and simple elements of the BASIC langugage; It comes with for-loops and goto with while-loops and procedures.
Guile is an interpreter for the Scheme programming language, nicely packaged as a library you can link into your programs.
www.icewalkers.com /softlib/cat/cat_00013.html   (490 words)

  
 Free BASIC Compilers and Interpreters (thefreecountry.com)
Bas is a Unix-based BASIC interpreter that first tokenises your source code internally, resolving references to variables and jump targets, before running it.
The interpreter is designed to be thread-safe, and can be embedded into other programs or systems (like a web server).
YABASIC is a free BASIC interpreter (?) for Windows and a number of Unix systems.
www.thefreecountry.com /compilers/basic.shtml   (1642 words)

  
 [No title]
Expressions An expression is a piece of Yabasic syntax in the form of a calculation that uses operators to combine values and/or variables; and evaluate them to some value.
Comments Comments are text in a Yabasic program that are meant for people to read for additional information, but are not seen or evaluated by the Yabasic interpreter.
Yabasic adds an extremely handy function called token() that splits a string into an array of smaller strings based on a separator string.
www.mhuffman.com /notes/language/yab_intro.doc   (1996 words)

  
 Debian -- yabasic
yabasic implements the most common and simple elements of the BASIC language; it comes with for-loops and goto with while-loops and procedures.
yabasic does monochrome line graphics, and printing comes with no extra effort.
yabasic runs under Unix and Windows; it is small (less than 200 KB) and free.
packages.debian.org /unstable/interpreters/yabasic.html   (155 words)

  
 Search: Yabasic - Info.co.uk
Yabasic is a free basic interpreter for Unix and Windows.
Official site of this variant of Yabasic, which is also featured as a free bonus program on the PlayStation 2 inbox demo disc in Europe and Australasia.
Yabasic implements the most common and simple elements of the basic language...
dpxml.infospace.com /infocom.uk/results?otmpl=dog/webresults.htm&qkw=Yabasic&CMP=KNC-3LS480536328&infoad=1   (348 words)

  
 Basics
After loading Yabasic, you can remove the demo-disk, which spares you the frantic disc seek that sometimes occurs for quite a while shortly after Yabasic has loaded, and resuming occasionally for no apparent reason (strongly recommended).
Tells Yabasic you are going to use the variable var$ as an array with size arg.
This can be very useful if you want to make sure your Yabasic program is running on a version of the Yabasic interpreter that supports the commands you are using in your program.
members.chello.nl /~a.vanarum8/Yabasic/reference.htm   (3318 words)

  
 CIS 120 Assignment: Program Development   (Site not responding. Last check: 2007-10-22)
The handout compiler exercises done in class are helpful to the understanding of this section, but are not applicable to the assignment.
C:\cis120\progdev>yabasic add.yab 'yabasic' is not recognized as an internal or external command, operable program or batch file.
extension directly from the metapad text editor included in CIS 120 Tools and Files which is configured by setup120.exe to launch the Yabasic interpreter with the current file loaded in the editor.
spot.pcc.edu /~mhuffman/cis120/labs/progdev.html   (1047 words)

  
 Open Directory - Computers: Programming: Languages: BASIC: Yabasic   (Site not responding. Last check: 2007-10-22)
Playstation-Basic.com - Official site of this variant of Yabasic, which is also featured as a free bonus program on the PlayStation 2 inbox demo disc in Europe and Australasia.
YABasic Programs - Free code repository with a few programs for download.
YaBasic: The beginners choice - Introduction and very brief tutorial with short examples by Michael "Cup of Squirrels" Garwood.
dmoz.org /Computers/Programming/Languages/BASIC/Yabasic   (198 words)

  
 Yabasic - Encyclopedia Glossary Meaning Explanation Yabasic
Here you will find more informations about Yabasic.
* Yabasic Official Website - You can get the latest version of Yabasic here and information on it.
* Yabasic for the Playstation website - Unfortunately this site has not been updated for years and it hasn't very much information.
www.encyclopedia-glossary.com /en/Yabasic.html   (220 words)

  
 lf277, SoftwareDevelopment: BASIC programming with Unix
This way of working allows to use YaBasic to write Unix scripts or even CGI scripts, as long as you insert "#!/bin/yabasic" as the first line of the file, like it is classical for Unix shells and making this file executable.
This interpreter is bundled with documentation and many examples, still in German in a few places.
Let us consider that this interpreter mostly behaves like a beta version to be easily used by the category of users the BASIC language is aimed at.
www.technologynewsdaily.com /ldp/linuxfocus/English/January2003/article277.shtml   (3117 words)

  
 Yabasic
yabasic puts emphasis on giving results quickly and easily; therefore simple commands are provided to open a graphic window, print the graphics or control the console screen and get keyboard or mouse information.
Under Windows yabasic will mostly be invoked by double-clicking on an appropriate icon; this way you do not have a chance to specify any of the commandline options below.
However, yabasic has no influence on the size of your terminal (80x25 is a common, but not mandatory), the size of your terminal and the maximum values acceptable within the
www.yabasic.de /yabasic.htm   (6279 words)

  
 yab - Interpreter
It is an improved version of Yabasic by Marc-Oliver Ihm.
Yabasic is available for MS Windows, Linux and in a special version for the Playstation 2.
There is plenty of documentation on the Yabasic homepage to assist anyone new to BASIC and Yabasic.
yab-interpreter.sourceforge.net /about_en.htm   (124 words)

  
 Yabasic - Console Platforms : Sony : PlayStation 2 : Mad Poker   (Site not responding. Last check: 2007-10-22)
Yabasic, Yet another Basic for Unix and Windows Yabasic is a free basic interpreter for Unix and Windows
Yabasic for the PS2 Yabasic programming for the PS2, including Links, downloads, FAQs, and a forum to exchange information.
Yabasic Tutorial Index A Yabasic Tutorial site with easy tutorials, some sample codes and more..
www.madpoker.biz /dir/Console_Platforms/Sony/PlayStation_2/Yabasic   (88 words)

  
 LinuxPackages: Package Viewer
yabasic: data or string-variables with a trailing '$'.
yabasic: yabasic implements some more advanced programming-constructs like
yabasic: Packaged by R S Ananda Murthy on a stock Slackware 10 system.
www.linuxpackages.net /viewpkg.php?id=3852   (71 words)

  
 [No title]   (Site not responding. Last check: 2007-10-22)
It uses built-in python interpreter to allow easy analisys of your transactions.
The Irie Pascal interpreter implements the IVM (i.e.
Pyla wants to be a new Hylafax client etirely written using the Python interpreter.
www.icewalkers.com /search.php?m=exact&w=k&q=interpreter   (551 words)

  
 FREEWARE GUIDE - Software Development - Compilers and Interpreters - Free BASIC Compilers and Interpreters
At the time this was written, the compiler is still very new, and has little documentation.
It comes in source code form and you need a C compiler to compile it.
YABASIC is a free BASIC interpreter for Windows and a number of Unix systems.
www.freeware-guide.com /dir/softdev/basic.html   (484 words)

  
 PROGRAMMING in Yabasic
We will use the Yabasic interpreter to run our programs.
There will be some differences between this version of BASIC and the version discussed in the textbook supplement.
To use Yabasic we will create a text file with extension “.yab” and then we double click it to run it.
www.csee.usf.edu /~walbrech/cs2060/basicLect1.htm   (1026 words)

  
 Hello world
This is the path to the YABASIC interpreter on the system.
Your C program won't need this, but a Perl script would need the path to the Perl interpreter.
The program (hello.world.cgi) will run as expected in a DOS Window, at a telnet prompt on the server, and even as a service on a port if the request is made to the port.
www.hazelwood.k12.mo.us /~sboerner/C/hello.htm   (645 words)

  
 Yabasic Rules here
I think Yabasic gathers the best features of the Basic Programming Language.
Yabasic is a Basic Interpreter developed under the GPL License
Don't ask what Yabasic can do for you,
www.geocities.com /SunsetStrip/Palms/1624/yabasic   (266 words)

  
 PERLFAQ3(1)   (Site not responding. Last check: 2007-10-22)
Unsubstantiated reports allege that Perl interpreters that use sfio outperform those that don't (for I/O intensive applications).
You can try using the byte code compiler and interpreter described below, but the curious might still be able to de-compile it.
The problem is usually that the command interpreters on those systems have rather different ideas about quoting than the Unix shells under which the one-liners were created.
h30097.www3.hp.com /docs/iass/OSIS_62/MAN/MAN1/0040____.HTM   (4454 words)

  
 GP32x.com Board [GP32 GP2X XGP] > A Nice Thread All About The Psp
there's even a Yabasic interpreter for Windows (which admittedly runs poxily slow on my PC), I'm currently trying out a game called Red Invasion...
OK, so YaBasic only came with PAL PS2's so that looks like the Amerkins lose out again....
It would be cool to see a basic language ported over natively to the GP32 (or pascal, or...) Hmm...
www.gp32x.com /board/lofiversion/index.php/t16055-100.html   (2810 words)

  
 [linux-elitists] BASIC interpreters   (Site not responding. Last check: 2007-10-22)
On Thu, Jan 08, 2004 at 08:30:27PM -0500, Modus Operandi wrote: > This thread is giving me Commodore 64 nostalgia.
> richmond:~# apt-cache search "basic interpreter" > bwbasic - Bywater BASIC Interpreter > yabasic - Yet Another BASIC interpreter And the description reads Description: Yet Another BASIC interpreter Implements the most common (and simple) elements of the language plus some graphics facilities.
Anyone who has ever written BASIC programs on a C-64 should feel at home.
zgp.org /pipermail/linux-elitists/2004-January/008791.html   (246 words)

  
 [#] ONLY BOOKMARK THE INDEX! [#]
2001-Jul-19 The Brandy Basic V Interpreter (URL1) (was http://Brandy.RISCOS.org.uk)
2000-Mar-27 YaBASIC, Yet another BASIC for Unix and Windows
2001-Apr-26 X11-Basic Interpreter (Markus Hoffmann) (was at http://www-CIP.Physik.Uni-Bonn.de/~hoffmann/X11-Basic)
www.voicenet.com /~mwalden/topic235.htm   (331 words)

  
 XBox   (Site not responding. Last check: 2007-10-22)
Since the proprietaere boat Loader is however on a region-coded DVD, the European version does not run on American devices.
Into Europe and Australia the PlayStation 2 comes together with an YaBasic interpreter on the attached demo CD.
This makes possible for the final user to write simple programs for the PlayStation 2.
www.ranking-check.de /informationen/lump/en/_playstation2.html   (853 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.