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

Topic: List of BASIC dialects


Related Topics

In the News (Mon 28 Dec 09)

  
  BASIC programming language
The original BASIC language was invented in 1964 by John George Kemeny (1926-93) and Thomas Eugene Kurtz (1928-) at Dartmouth College.
BASIC intended to address the complexity issues of older languages with a new language designed specifically for the new class of users the time-sharing systems allowed – that is, a "simpler" user who was not as interested in speed as in simply being able to use the machine.
Although it is somewhat difficult to consider this language to be BASIC (despite its using many familiar BASIC keywords) it has gone on to become one of the most used languages on the Windows platform, and is said to represent some 70 to 80% of all commercial development.
www.ebroadcast.com.au /lookup/encyclopedia/ba/BASIC_programming_language.html   (2290 words)

  
  YourArt.com >> Encyclopedia >> BASIC   (Site not responding. Last check: )
The original BASIC language was designed in 1963 by John Kemeny and Thomas Kurtz and implemented by a team of Dartmouth students under their direction.
Versions of Microsoft BASIC soon started appearing on other platforms under license, and millions of copies and variants were soon in use; it became one of the standard languages on the Apple II (based on the quite different 6502 MPU).
In some dialects, variables must be declared (using the DIM statement) on their first usage; other dialects do not require it, but can optionally enforce it—typically using a directive such as Option Explicit, In Visual Basic it is off by default but can be turned on using Option Explicit On.
www.yourart.com /research/encyclopedia.cgi?subject=/BASIC   (3298 words)

  
 Basic English Found on the Web
Basic English is a list of 850 words in English that are intended to be sufficient for day-to-day communication.
Basic English, produced by Mr C. Ogden of the Orthological Institute, is a simple form of the English language which, with 850 words, is able to give the sense of anything which may be said in English.
Basic English was developed by Charles Kay Ogden (1889-1957) as an ‘international language' and as a system for teaching English to speakers of other languages using a simplified vocabulary of 850 words.
ogden.basic-english.org /beweb.html   (3229 words)

  
 Galactic Basic Standard - Wookieepedia, the Star Wars Wiki
The language was adopted by the Rebel Alliance, and as such was spoken in the Alliance of Free Planets, the New Republic, the Imperial Remnant, the Galactic Alliance, and the Fel, Sith and True Empires.
Most Gamorreans could not speak Basic, though there were exceptions (such as Governor Kugg.) Whether or not a being could speak Basic, it was usually in their best interest to comprehend it, and most did.
High Galactic was a dialect (perhaps a vocabulary of alternative words) intended for displaying reverence and honor to religious figures.
starwars.wikia.com /wiki/Basic   (1123 words)

  
 RIF Basic Logic Dialect
RIF's basic logic dialect carefully selects signatures for the symbols so that the corresponding logic will be first-order: each symbol has a unique role as an individual, a function symbol of a particular arity, or a predicate symbol of a particular arity.
However, dialects extending the basic logic will be allowed to use signatures in less restrictive fashions so that symbols could be polymorphic, polyadic, and be allowed to occur in several different contexts (for example, both as individuals and as predicates).
Dialects that extend the basic RIF logic dialect might appropriate some of the symbol spaces, which are undefined in the basic RIF dialect, and give them special semantics.
www.w3.org /2005/rules/wg/bld/diff-2007-09-21-to-2007-09-24.html   (5241 words)

  
 BASIC_programming_language   (Site not responding. Last check: )
The original BASIC language was invented in 1963 by John Kemeny and Thomas Kurtz and implemented by a team of Dartmouth students under their direction.
As a result, knowledge of BASIC became relatively widespread for a computer language and BASIC was implemented by a number of manufacturers, and became fairly popular on newer minicomputers like the DEC PDP series and the Data General Nova.
BASIC also had the advantage that it was fairly well known to the young designers who took an interest in microcomputers at the time as a result of Kemeny and Kurtz's earlier proselytizing.
q-basic.xodox.de /BASIC_programming_language   (2844 words)

  
 basichome
Apparently, on the original MS Basic (and other basics) tabbing to a position that is behind or at the current position is a no-op.
IP Basic is a compiler oriented Basic, that is, it is meant both to be compiled as interpreted.
The stored program is listed with "list", and the "run" statement causes all variables to be reset to 0 and the first line of the program is executed.
www.classicbasicgames.org   (5008 words)

  
 Rebuttal to David Brin's "Why Johnny Can't Code"
BASIC programs in textbooks are unrunnable now because BASIC is no longer preinstalled, and no other language is widespread (or stable?) enough to replace it in new textbooks.
Older BASICs mostly teach you how to cope with the limitations of the BASIC virtual machine, things like neither having nor being able to create a stack for parameter passing, and neither having nor being able to create dynamic memory allocation.
BASIC implementations of the time he's talking about had very poor tracing facilities, so all you could see was what you told your program to output, and possibly line numbers.
lists.canonical.org /pipermail/kragen-tol/2006-October/000833.html   (755 words)

  
 A First Approach to Programming in BASIC - Module 1   (Site not responding. Last check: )
Most BASIC dialects also allow a single-quote mark prior to a line of documentation, which is probably the preferred method of documentation from an aesthetic aspect.
Some BASIC dialects are interpreted, which means that each line of code you type in is processed for errors when you press the Enter key.
BASIC, unfortunately, makes "quick fixes" to your program very easy, but in the long run the Band-aid is worse than the surgery that would be required to correct an errant program, because your program becomes so contorted and convoluted that no one, not even the original programmer can make sense of it.
www.bgamug.org /basic1.html   (2793 words)

  
 Dialects, Languages and Ethnicity
Dialects coincide in many significant cases with ethnic boundaries, either totally separate ethnicities, or distinguishable sub-groupings that are socially or geographically significant.
The dialects are critical in initial access strategies, for identification and basic access to discrete communities in their heart language.
When this Registry of Dialects is final, the ROP will update to this codeset for dialects to enable users to reference the data of other users of this standard coding of dialects.
orvillejenkins.com /languages/dialectslangsethnicity.html   (2165 words)

  
 NS BASIC FAQ
Basic is usually implemented an interactive language, allowing programmers to test their work as they go, and to easily modify and debug their code.
NS BASIC is implemented as a fully interactive implementation of Basic.
A frame is a list of field names, each with a value that can be any of the data types (including another frame).
www.nsbasic.com /newton/info/nsbasic/nsb.faq.shtml   (1736 words)

  
 Visual Basic   (Site not responding. Last check: )
Visual Basic makes it easy to build, deploy, use, and reuse components, however it is not as easy to use forms created for one application with another, due to the global nature of the language.
Visual Basic is limited to signed integers of 8 to 32 bits (8 to 64 bits in Visual Basic.NET and later), whereas many other languages provides built-in unsigned integers.
Visual Basic 3.0 was released in the summer of 1993 and came in Standard and Professional versions.
www.freedownloadsoft.com /info/visual-basic.html   (2043 words)

  
 Programming PIC Microcontrollers in BASIC - mikroElektronika
BASIC is still considered by many PC users to be the easiest programming language to use.
As each BASIC command is technically a sequence of assembly instructions, the exact time necessary for its execution can be calculated by simply summing up the execution times of constituent assembly instructions.
BASIC enables the programs written for the original Basic stamp to be translated for the direct execution on the PIC12xxx, PIC16xxx, and PIC18Cxxx microcontrollers.
www.mikroe.com /en/books/picbasicbook/01.htm   (2295 words)

  
 Federal Bureau of Investigation - Press Release
As it kicks off one of the most aggressive hiring campaigns in recent years, the FBI is tailoring its recruiting initiative to identify men and women with very specialized skills to become Special Agents.
Although the above listing includes the most critical investigative skill needs, the FBI continues to be a diverse agency with employees possessing various experiences.
Basic qualifications for the SA position include a four-year degree plus 3 years of professional work experience.
www.fbi.gov /pressrel/pressrel02/hire012302.htm   (428 words)

  
 [alt.lang.basic.compiler] FAQ - read this first!
Discussions about programming in BASIC are not on topic here and should be directed to another newsgroup (such as alt.lang.basic) instead unless they pertain to writing a compiler or interpreter specifically or something related to that task (such as a program designed to test a comnpiler).
There is also a list of public news servers at http://www.newzbot.com/ which may be helpful, as some of them may carry albc.
XBasic http://www.maxreason.com/software/xbasic/xbasic.html To have your resource added to this list, email the maintainer with a short description of the resource and the URL where it can be found.
www.faqs.org /faqs/compilers/free/basic   (2662 words)

  
 Dictionary of Programming Languages
Basic has enjoyed steady popularity and usage since about 1965, and has evolved greatly since then.
Basic was and still still is loosely typed, and has poor support for enforcing program portability.
Dialects and subsets of Basic are often designed as extension or macro languages for programming systems on PCs.
cgibin.erols.com /ziring/cgi-bin/cep/cep.pl?_key=BASIC   (487 words)

  
 Category:BASIC - Rosetta Code
It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.
Listed below are all of the tasks on Rosetta Code which have been solved using BASIC.
The language (in one variant or another) became widespread on home microcomputers in the 1980s, and remains popular to this day in a handful of heavily evolved dialects.
www.rosettacode.org /wiki/Category:BASIC   (159 words)

  
 Bywater BASIC
Bywater BASIC is case sensitive with respect to programmer-created identifiers such as variable names.
The above is an example of listing a range of lines, when the lines corresponding to the first and last linenumber in the range exist in the program.
The above shows if you try to list a range, and the first linenumber of the range corresponds to an existing line of code but the last linenumber of the range does not, then the entire program is listed.
faculty.niagara.edu /boxer/essays/soft/bwbasic.htm   (626 words)

  
 Computer Science Logo Style vol 2 ch 6: Example: BASIC Compiler
BASIC is much less widely used today, although it has served as the core for Microsoft's "Visual Basic" language.
I chose BASIC for the same reason the early microcomputers used it: It's a small language and the translator is relatively easy to write.
Then, for each BASIC command on the line, we append to that definition whatever instructions are generated by the code generating instructions for that command.
www.cs.berkeley.edu /~bh/v2ch6/basic.html   (5941 words)

  
 Teaching about Dialects. ERIC Digest.
Language variation, or dialect diversity, reflects the fact that languages change over time and that people who live in the same geographical area or maintain the same social identity share language norms; in other words, they speak the same dialect.
But because other dialects make a distinction between the vowels i and e preceding the nasal sound /n/, speakers of those dialects may assess the Southern pronunciation as incorrect instead of simply different.
Attitudes about various dialects may also be influenced by a continuing intolerance toward different ethnic and cultural groups.
www.ericdigests.org /2002-2/dialects.htm   (1900 words)

  
 basic foundations
Basic Neural process tutorials including a nice glossary of neural definitions.
The Aging Process provides a listing of links to resources for researchers and laypersons to find information on the aging process.
Her reference list is online, with several of the references linked to full-text articles.
www.mnsu.edu /comdis/kuster2/newbasics.html   (1720 words)

  
 Dialects, Variants, Versions and Implementations   (Site not responding. Last check: )
Dialects have major differences, and are certainly considered by their users to be distinct languages.
This was particularly true in the varieties of BASIC and Prolog.
One could argue that in a strict sense Microsoft C and Borland C for example are distinct languages.
people.ku.edu /~nkinners/LangList/Extras/dialects.htm   (457 words)

  
 LINGUIST List 6.744: Cree dialects
I never ran across any suggestion that one dialect is more standard than another, but that is not to say that a standardized form doesn't exist.
This means that many speakers of other dialects have ended up with more exposure to Plains than Plains speakers have had exposure to other dialects.
They decided to use one dialect as the standard for their translations, and it seems to have a little success, if not at all.
www.linguistlist.org /issues/6/6-744.html   (1346 words)

  
 Detached Solutions - Command Post: TI-Basic Extensions
LowMem returns a three-element list that corresponds to the settings that were active before they were changed to the ones that you requested.
The Peek basic extensions allow you to read bytes in memory using a style which is common in most dialects of the BASIC language.
The Poke basic extensions allow you to store bytes in memory using the style which is common in most dialects of the BASIC language.
www.detachedsolutions.com /cmdpost/tibasic.htm   (530 words)

  
 Developing Cultural Competence in Disaster Mental Health Programs, National Mental Health Information Center
Other sources of data incorporated in the community profile include the city hall or the county commissioner’s office, as well as the resources listed in Appendix C. Finally, information included in the community profile should be updated frequently, because such data can change rapidly.
Another consideration involved the Hmong belief that floods are an omen of doom and that shaman cleansing rituals are needed to counter the bad luck that this omen portends.
Dialects, in addition to colloquialisms and accents, can be difficult to understand and communication barriers can result.
www.mentalhealth.samhsa.gov /publications/allpubs/SMA03-3828/sectiontwo.asp   (8181 words)

  
 Free BASIC Compilers and Interpreters (thefreecountry.com)
Listed here are some free BASIC compilers, interpreters, Visual Basic clones, and development environments (IDEs) which you can use to develop programs using the BASIC programming language.
TNT Basic is a BASIC interpreter for the Macintosh.
Blassic is a Basic interpreter that was designed to run old Basic code, even those that use unusual control flow constructs, automodifiable code and PEEK and POKE instructions.
www.thefreecountry.com /compilers/basic.shtml   (1818 words)

  
 visual-basic
StarOffice Basic (also known as StarBasic) is a dialect of Basic that is included with the OpenOffice.org and StarOffice suites of office software.
Liberty Basic programs traditionally were quite slow and distribution required distributing your code in a tokenized format along with a run time engine, and a bunch of dll's that all together topped 1.5MB.
Brandy is an interpreter for BBC Basic (or Basic V as it is refered to here) that runs under a variety of operating systems.
linuxmafia.com /faq/Devtools/visual-basic.html   (3967 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.