This HTML5 document contains 86 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
n15http://www.sensetalk.com/
dbohttp://dbpedia.org/ontology/
n18http://dbpedia.org/resource/File:
foafhttp://xmlns.com/foaf/0.1/
n24https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
schemahttp://schema.org/
n25http://sensetalk.com/intuitive/intuitive/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n20https://rosettacode.org/wiki/Category:
freebasehttp://rdf.freebase.com/ns/
n23http://
n4http://docs.eggplantsoftware.com/ePF/SenseTalk/
n6http://commons.wikimedia.org/wiki/Special:FilePath/
n26http://www.w3.org/2006/03/wn/wn20/instances/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:SenseTalk
rdf:type
yago:Writing106359877 yago:Software106566077 dbo:Language yago:WikicatScriptingLanguages schema:Language yago:Communication100033020 wikidata:Q315 owl:Thing yago:WrittenCommunication106349220 yago:Abstraction100002137 yago:Code106355894 dbo:Software yago:Language106282651 yago:CodingSystem106353757 wikidata:Q9143 dbo:ProgrammingLanguage
rdfs:label
SenseTalk
rdfs:comment
SenseTalk is a high-level English-like scripting language in the XTalk family, that supports both procedural and object-oriented paradigms. SenseTalk scripts are intended to be largely readable by ordinary people, including those with little to no training in programming. This shift in focus away from the underlying machine computation, towards an English-like description of the behavior in human terms leads to the description of SenseTalk as a “People Oriented Programming language”.
foaf:name
SenseTalk
foaf:homepage
n15:
dbp:name
SenseTalk
foaf:depiction
n6:ST-HelloWorld2.png
foaf:page
n15:
dcterms:subject
dbc:Programming_languages dbc:XTalk dbc:Scripting_languages
dbo:wikiPageID
9096092
dbo:wikiPageRevisionID
1118680614
dbo:wikiPageWikiLink
dbc:Programming_languages dbr:Object-oriented_programming dbr:Eggplant_(software) dbc:XTalk dbr:HyperTalk dbr:Regular_expressions n18:ST-HelloWorld2.png dbr:HyperCard dbc:Scripting_languages dbr:Proprietary_software dbr:NeXTSTEP dbr:Scripting_language dbr:XTalk dbr:High-level_programming_language dbr:People_Oriented_Programming dbr:Duck_typing dbr:Procedural_programming dbr:Multi-paradigm_programming_language
dbo:wikiPageExternalLink
n4:stk-sensetalk-reference.htm n20:SenseTalk n23:www.eggplantsoftware.com n25:intuitive.html n23:www.sensetalk.com n15:
owl:sameAs
yago-res:SenseTalk freebase:m.027xjf4 wikidata:Q7450966 n24:4upHA
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Infobox_programming_language dbt:Code dbt:Start_date_and_age
dbo:thumbnail
n6:ST-HelloWorld2.png?width=300
dbp:caption
SenseTalk in the OS X Terminal/CLI & Eggplant Dev Environment
dbp:designer
Douglas Simons
dbp:developer
dbr:Eggplant_(software)
dbp:family
dbr:Scripting_language
dbp:influencedBy
dbr:XTalk dbr:HyperTalk
dbp:latestReleaseVersion
2.09
dbp:license
dbr:Proprietary_software
dbp:paradigm
dbr:Object-oriented_programming dbr:People_Oriented_Programming dbr:Multi-paradigm_programming_language
dbp:screenshot
250
dbp:typing
dbr:Duck_typing
dbp:website
n15:
dbo:abstract
SenseTalk is a high-level English-like scripting language in the XTalk family, that supports both procedural and object-oriented paradigms. SenseTalk scripts are intended to be largely readable by ordinary people, including those with little to no training in programming. To this end, SenseTalk includes a number of language elements that provide functionality oriented towards human tasks rather than the underlying machine behavior. For example, to check whether a quantity is divisible by 3, the script could use the expression <span class="k">if</span> <span class="nv">quantity</span> <span class="ow">is</span> <span class="nv">divisible</span> <span class="k">by</span> <span class="mi">3</span> <span class="err">…</span> or <span class="k">if</span> <span class="nv">quantity</span> <span class="ow">is</span> <span class="nv">a</span> <span class="nv">multiple</span> <span class="k">of</span> <span class="mi">3</span> <span class="err">…</span>, with the emphasis being on readability and a focus on the human concept of divisibility. Compare this to more traditional programming languages (C, Java, Python, etc.) where the same test would typically be written as <span class="k">if</span> <span class="p">(</span><span class="nv">quantity</span> <span class="err">%</span> <span class="mi">3</span><span class="p">)</span> <span class="o">==</span> <span class="mi">0</span> <span class="err">…</span>, with the focus being on the machine operations needed to determine the result. This shift in focus away from the underlying machine computation, towards an English-like description of the behavior in human terms leads to the description of SenseTalk as a “People Oriented Programming language”.
dbp:fileExtensions
dbp:wordnet_type
n26:synset-software-noun-1
prov:wasDerivedFrom
wikipedia-en:SenseTalk?oldid=1118680614&ns=0
dbo:wikiPageLength
14262
dbo:latestReleaseVersion
2.09
dbo:developer
dbr:Eggplant_(software)
dbo:influencedBy
dbr:XTalk dbr:HyperTalk
dbo:license
dbr:Proprietary_software
foaf:isPrimaryTopicOf
wikipedia-en:SenseTalk