#unicon — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #unicon, aggregated by home.social.
-
I was just thinking about how Arizona Icon converted co-expressions to a pthreads implementation and suddenly realized it might be to make co-expressions ‘the’ way to get a separate thread in Icon.
But this is NOT what a co-expression is meant for! I mean, this just plain is NOT what a co-expression should be thought of as. A co-expression is a way of making an Icon generator portable and able to read messages. And thus also is best to be FAST...
-
I was just thinking about how Arizona Icon converted co-expressions to a pthreads implementation and suddenly realized it might be to make co-expressions ‘the’ way to get a separate thread in Icon.
But this is NOT what a co-expression is meant for! I mean, this just plain is NOT what a co-expression should be thought of as. A co-expression is a way of making an Icon generator portable and able to read messages. And thus also is best to be FAST...
-
Стеклянная память. Как развивались голографические системы хранения данных
Человечество придумало множество технологий долговременного хранения данных: от выбитых на камне иероглифов и глиняных табличек до современных твердотельных накопителей (хотя глиняные таблички, если подумать, тоже вполне себе твердотельные). Однако в ряду носителей информации была ещё одна необычная и довольно интересная технология, которая, несмотря на свою перспективность, так и не получила широкого распространения. Речь идёт о хранении данных с использованием стекла.
https://habr.com/ru/companies/ruvds/articles/873306/
#лазер #голограммы #голография #PhotoDigital_Storage_System #PDSS #IBM_1360 #Unicon #Holoscan #Megafetch #Holographic_Versatile_Disc #HVD #Tapestry_Media #InPhase #Project_Silica #ruvds_статьи
-
An diesem Wochenende gibt es die Phantastikcon #Unicon in #Kiel
Der Eintritt ist frei.Details: https://www.akf-hsg.uni-kiel.de/unicon/
Themen/Programm als Hashtags:
#pnpde
#spiele
#autor_innen
#lesungen
#phantastik
#larp
#cosplay
#spielrunden
#magicthegathering -
Apereo Sponsor Unicon Celebrates 30th Anniversary of Serving the Education Technology Industry.
Thank you, #Unicon, for all of your support over the years and leadership in #OpenSource #EdTech.
Congratulations, and all the best for another 30!
-
Apereo Sponsor Unicon Celebrates 30th Anniversary of Serving the Education Technology Industry.
Thank you, #Unicon, for all of your support over the years and leadership in #OpenSource #EdTech.
Congratulations, and all the best for another 30!
-
CW: Computer programming
Come get your #ObjectIcon sources, people! A #programming #language you probably do not yet know: https://github.com/chemoelectric/objecticon
Easier to learn if you already know #Icon or #Unicon. Also if you know #Prolog or #Mercury, which are other languages that have goal-directed evaluation (which which are declarative, whereas the Icon family are procedural).
(Please fork rather than expect support, though. I am an elderly disabled person.)
-
CW: Computer programming
Come get your #ObjectIcon sources, people! A #programming #language you probably do not yet know: https://github.com/chemoelectric/objecticon
Easier to learn if you already know #Icon or #Unicon. Also if you know #Prolog or #Mercury, which are other languages that have goal-directed evaluation (which which are declarative, whereas the Icon family are procedural).
(Please fork rather than expect support, though. I am an elderly disabled person.)
-
CW: Rosetta Code
BTW a fourth method, beyond closures, inheritance, and unlimited polymorphism, is the co-expressions of #ObjectIcon and #Icon. Which I used, for those languages. (Also #Unicon)
A fifth option would be practically anything you can think up that uses call-with-current-continuation in Scheme. But I did the #Scheme with closures. :)
(Side note: neither the Icons nor standard Scheme have run-time type safety. So the Python method would have worked, too)
-
CW: Rosetta Code
BTW a fourth method, beyond closures, inheritance, and unlimited polymorphism, is the co-expressions of #ObjectIcon and #Icon. Which I used, for those languages. (Also #Unicon)
A fifth option would be practically anything you can think up that uses call-with-current-continuation in Scheme. But I did the #Scheme with closures. :)
(Side note: neither the Icons nor standard Scheme have run-time type safety. So the Python method would have worked, too)
-
Watching 🦄#UniCon https://www.scythe.io/unicon2020 a free conference for the entire purple team: security researchers, developers, red teamers, blue teamers, and digital forensics and incident responders
Happening today now 10:00 am - 5:30 pm ET
-
@krono there are many interesting concepts in the language, not found in any other mainstream language of today. Sad that the interest in #Unicon/#Icon somehow decreased... But maybe its time will come again, like #Smalltalk, which is on the rise again :-)
-
Does anyone has experience with the #Unicon¹ programming language? It is a successor of the #Icon² programming language and #Snobol. I really like it's concepts and Icon seemed to be popular in the early ninetees, but I'm wondering if and how it is used nowadays...