XBLite (original) (raw)

About DBpedia

XBLite est un compilateur open source d'un langage de programmation proche du BASIC. C'est une spécialisation pour Microsoft Windows du langage de programmation multi-plateforme , créée en 2001 par David Szafranski. XBLite et son environnement de développement sont publiés sous licence GNU GPL, ses bibliothèques sous licence GNU LGPL. Sa syntaxe est quasiment celle de XBasic, mais on peut y voir des similitudes avec celle de QuickBASIC de Microsoft en ce sens qu'XBLite est aussi un langage procédural avec sous-routines et fonctions. XBLite possède un type numérique de 64 bits, permet de définir de nouveaux types de donnée et autorise un découpage en modules pour créer une application ou un jeu.

thumbnail

Property Value
dbo:abstract XBLite est un compilateur open source d'un langage de programmation proche du BASIC. C'est une spécialisation pour Microsoft Windows du langage de programmation multi-plateforme , créée en 2001 par David Szafranski. XBLite et son environnement de développement sont publiés sous licence GNU GPL, ses bibliothèques sous licence GNU LGPL. Sa syntaxe est quasiment celle de XBasic, mais on peut y voir des similitudes avec celle de QuickBASIC de Microsoft en ce sens qu'XBLite est aussi un langage procédural avec sous-routines et fonctions. XBLite possède un type numérique de 64 bits, permet de définir de nouveaux types de donnée et autorise un découpage en modules pour créer une application ou un jeu. (fr) XBLite, desarrollado por David Szafranski, es un vástago del lenguaje de programación de XBasic. El recompilador de XBLite traduce el código fuente al lenguaje ensamblador. De este modo, las herramientas convencionales construyen un archivo ejecutable o una DLL . El recompilador de XBLite trabajará en todas las plataformas de Windows incluyendo Win98, el NT, 2000, y XP. XBLite es el "hermano pequeño" de XBasic. XBasic fue desarrollado para ser utilizado bajo MS-WINDOWS y LINUX. En 2000, se hizo el lenguaje, el recompilador, y el PDE enteros libremente disponible bajo la licencia de Open Source GPL. El lenguaje en sí mismo de XBasic no se ha alterado, así que los programas de consola desarrollados en XBasic funcionarán idénticamente en XBLite. El recompilador de XBLite también se lanza bajo la misma licencia de Open Source GPL. (es) XBLite is a free Open Source BASIC programming language compiler and development system. It was started in 2001 by David Szafranski in order to provide a Windows exclusive version of the XBasic dialect. XBLite is released under the GNU GPL licensing scheme, Standard libraries are released under the GNU LGPL licensing scheme. The XBLite syntax is very similar to that of XBasic and somewhat similar to Microsoft's QuickBASIC in that it is a procedural language capable of subs and functions. XBLite also has 64 bit integer data type, User Defined Types and the ability to have multiple modules in order to create GUI applications or games. (en)
dbo:influencedBy dbr:QuickBASIC dbr:XBasic
dbo:latestReleaseDate 2010-09-07 (xsd:date)
dbo:latestReleaseVersion 2.4.1
dbo:license dbr:GNU_General_Public_License dbr:GNU_Lesser_General_Public_License
dbo:thumbnail wiki-commons:Special:FilePath/XBLiteGDE3.jpg?width=300
dbo:wikiPageExternalLink http://www.basicprogramming.org/pcopy/issue70/ http://www.gamemakertech.info/ https://web.archive.org/web/20080724091110/http:/www.shnetworks4.net/~asciiwor/pcopy/issue60/ https://web.archive.org/web/20080821183950/http:/www.basicprogramming.org/pcopy/issue70/ https://web.archive.org/web/20080907004645/http:/www.xblite.com/forum/ https://web.archive.org/web/20081227030240/http:/www.gamemakertech.info/archive/Issue_Five.pdf https://web.archive.org/web/20100831180633/http:/guy.lonne.perso.sfr.fr/index.html http://pcopy.wikidot.com http://www.basicprogramming.org https://sourceforge.net/projects/visual-xblite/ http://groups.google.com/group/xblite/
dbo:wikiPageID 18695589 (xsd:integer)
dbo:wikiPageLength 6936 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1098456210 (xsd:integer)
dbo:wikiPageWikiLink dbc:BASIC_compilers dbr:QuickBASIC dbr:Scintilla_(editing_component) dbr:Peephole_optimization dbr:Compiler dbr:Open_Source dbr:GNU_General_Public_License dbr:GNU_Lesser_General_Public_License dbr:M4_(computer_language) dbr:BASIC dbr:Type_system dbr:Graphical_user_interface_builder dbr:Source_code_editor dbr:API dbc:BASIC_programming_language_family dbc:Software_using_the_GPL_license dbc:Articles_with_example_BASIC_code dbr:Microsoft dbr:Microsoft_Windows dbr:XBasic dbr:Hello_world_program dbr:Self-hosting_(compilers) dbr:WYSIWYG dbr:Procedural_language dbr:Peephole_optimizer dbr:Standard_libraries dbr:WinAPI dbr:File:XBLiteGDE3.JPG
dbp:date 2008-08-21 (xsd:date)
dbp:designer David Szafranski (en)
dbp:developer David Szafranski (en)
dbp:influencedBy dbr:QuickBASIC dbr:XBasic
dbp:latestReleaseDate 2010-09-07 (xsd:date)
dbp:latestReleaseVersion 2.400000 (xsd:double)
dbp:license dbr:GNU_General_Public_License dbr:GNU_Lesser_General_Public_License
dbp:name XBLite Summary (en)
dbp:operatingSystem dbr:Microsoft_Windows
dbp:paradigm dbr:Procedural_language
dbp:typing dbr:Type_system
dbp:url https://web.archive.org/web/20080821183950/http:/www.basicprogramming.org/pcopy/issue70/
dbp:wikiPageUsesTemplate dbt:Dead_link dbt:Infobox_programming_language dbt:Official_website dbt:Refbegin dbt:Refend dbt:Start_date_and_age dbt:Url dbt:Webarchive dbt:BASIC dbt:Sourceforge
dcterms:subject dbc:BASIC_compilers dbc:BASIC_programming_language_family dbc:Software_using_the_GPL_license dbc:Articles_with_example_BASIC_code
gold:hypernym dbr:Compiler
rdf:type owl:Thing dbo:Language dbo:Software schema:Language wikidata:Q315 wikidata:Q9143 yago:WikicatComputerLanguages yago:Abstraction100002137 yago:ArtificialLanguage106894544 yago:Communication100033020 yago:ComputerLanguage106899633 yago:Language106282651 yago:ProgrammingLanguage106898352 dbo:ProgrammingLanguage
rdfs:comment XBLite est un compilateur open source d'un langage de programmation proche du BASIC. C'est une spécialisation pour Microsoft Windows du langage de programmation multi-plateforme , créée en 2001 par David Szafranski. XBLite et son environnement de développement sont publiés sous licence GNU GPL, ses bibliothèques sous licence GNU LGPL. Sa syntaxe est quasiment celle de XBasic, mais on peut y voir des similitudes avec celle de QuickBASIC de Microsoft en ce sens qu'XBLite est aussi un langage procédural avec sous-routines et fonctions. XBLite possède un type numérique de 64 bits, permet de définir de nouveaux types de donnée et autorise un découpage en modules pour créer une application ou un jeu. (fr) XBLite, desarrollado por David Szafranski, es un vástago del lenguaje de programación de XBasic. El recompilador de XBLite traduce el código fuente al lenguaje ensamblador. De este modo, las herramientas convencionales construyen un archivo ejecutable o una DLL . El recompilador de XBLite trabajará en todas las plataformas de Windows incluyendo Win98, el NT, 2000, y XP. (es) XBLite is a free Open Source BASIC programming language compiler and development system. It was started in 2001 by David Szafranski in order to provide a Windows exclusive version of the XBasic dialect. XBLite is released under the GNU GPL licensing scheme, Standard libraries are released under the GNU LGPL licensing scheme. (en)
rdfs:label XBLite (es) XBLite (fr) XBLite (en)
owl:sameAs freebase:XBLite yago-res:XBLite wikidata:XBLite dbpedia-es:XBLite dbpedia-fr:XBLite https://global.dbpedia.org/id/3J22i
prov:wasDerivedFrom wikipedia-en:XBLite?oldid=1098456210&ns=0
foaf:depiction wiki-commons:Special:FilePath/XBLiteGDE3.jpg
foaf:isPrimaryTopicOf wikipedia-en:XBLite
foaf:name XBLite Summary (en)
is dbo:wikiPageRedirects of dbr:Xblite
is dbo:wikiPageWikiLink of dbr:List_of_BASIC_dialects dbr:XBasic dbr:Xblite
is foaf:primaryTopic of wikipedia-en:XBLite