Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Span_(programming_language)> ?p ?o. }
Showing items 1 to 18 of
18
with 100 items per page.
- Span_(programming_language) abstract "Span is a programming language targeting the Parrot virtual machine. Its syntax is meant to be very similar to C, but its philosophy is Smalltalk-like, and it uses Smalltalk-style message syntax. Almost all of Span's library visible to the user is written in Span itself. Span is dynamically typed. The hello world program in Span isclass Hello { static public main: args { Console << "Hello World!\n"; }}Span uses blocks ala Smalltalk for all flow control constructs except definition. For example, for this pseudocode fragment:if x > y print "yes"else print "no"Span would write(x > y) ifTrue: { Console << "yes" } ifFalse: { Console << "no" };Span is currently in very early stages of development.".
- Span_(programming_language) wikiPageExternalLink Span.
- Span_(programming_language) wikiPageID "1625619".
- Span_(programming_language) wikiPageRevisionID "273402011".
- Span_(programming_language) hasPhotoCollection Span_(programming_language).
- Span_(programming_language) subject Category:Object-oriented_programming_languages.
- Span_(programming_language) type ProgrammingLanguage.
- Span_(programming_language) type Software.
- Span_(programming_language) type Work.
- Span_(programming_language) type CreativeWork.
- Span_(programming_language) type InformationEntity.
- Span_(programming_language) comment "Span is a programming language targeting the Parrot virtual machine. Its syntax is meant to be very similar to C, but its philosophy is Smalltalk-like, and it uses Smalltalk-style message syntax. Almost all of Span's library visible to the user is written in Span itself. Span is dynamically typed. The hello world program in Span isclass Hello { static public main: args { Console << "Hello World!\n"; }}Span uses blocks ala Smalltalk for all flow control constructs except definition.".
- Span_(programming_language) label "Span (programming language)".
- Span_(programming_language) sameAs m.05hp2y.
- Span_(programming_language) sameAs Q7573052.
- Span_(programming_language) sameAs Q7573052.
- Span_(programming_language) wasDerivedFrom Span_(programming_language)?oldid=273402011.
- Span_(programming_language) isPrimaryTopicOf Span_(programming_language).