Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Unicon

Unicon - Programming language

< >

Unicon is a programming language created in 2008 by Clint Jeffery.

#478on PLDB 15Years Old 116Users
1Books 2Papers

Unicon is a programming language designed by American computer scientist Clint Jeffery with collaborators including Shamim Mohamed, Jafar Al Gharaibeh, Robert Parlett and others. Unicon descended from Icon and a preprocessor for Icon called IDOL. Compared with Icon, Unicon offers better access to the operating system as well as support for object-oriented programming. Read more on Wikipedia...


Example from the web:
procedure main() w := open("test UNICON window", "g") write(w, "Hello, World!") read(w) close(w) end
Example from hello-world:
procedure main() write("Hello World") end
Example from Wikipedia:
procedure main() w := open("test UNICON window", "g") write(w, "Hello, World!") read(w) close(w) end

Language features

Feature Supported Token Example
Integers ✓
# \b([+-]?[0-9]+[KMGTPkmgtp]?)\b
Floats ✓
# [+-]?[0-9]*\.([0-9]*)([Ee][+-]?[0-9]*)?
Hexadecimals ✓
# \b([+-]?([2-9]|[12][0-9]|3[0-6])[rR][0-9a-zA-Z]+)\b
Strings ✓ "
"Hello world"
Print() Debugging ✓ write
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

Books about Unicon from ISBNdb

title authors year publisher
Unicon (programming Language) Lambert M. Surhone 2011

Publications about Unicon from Semantic Scholar

title authors year citations influentialCitations
Goal-directed object-oriented programming in Unicon C. Jeffery 2001 3 0
Adding High Level VoIP Facilities to the Unicon Language Ziad Al-Sharif and C. Jeffery 2006 2 0
microsoft-macro-assembler.html · unicon.html · xslt.html

View source

- Build the next great programming language · Search · v2023 · Day 208 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com