“One of the trickier languages to highlight is Perl. It exists in the spiritual gulf between shells and programming languages, and inherits the complexity of both.”
“One of the trickier languages to highlight is Perl. It exists in the spiritual gulf between shells and programming languages, and inherits the complexity of both.”
Diamo un'occhiata a uno degli ultimi linguaggi di scripting creati, approfittando del binding a Raylib, la classica libreria multi-piattaforma e multi-linguaggio multi-scopo. #programming #computerlanguages https://www.youtube.com/watch?v=880rRJnEdEE
You need to put a scripting language in your program. You may decide which features are important to you – size of script; size and complexity of interpreter in your program; speed; programming style. Your program runs on 32 and 64 bit cpus, and even manages 16 bit cpus minus some features.
It's been arbitrarily decided that you can't use Python. The script interpreter will be written in-house.
What do you choose? Summary of merits of each in the next post.
RIP: Software design pioneer and Pascal creator Niklaus Wirth https://www.theregister.com/2024/01/04/niklaus_wirth_obituary/ #Software #ComputerScience #ComputerLanguages #Programming #Pascal #RIP
“Los que movió a Kemeny, Kurtz y Keller a plantearse la creación de BASIC fue la necesidad de permitir a los estudiantes escribir programas en sistemas de tiempo compartido, sistemas que por primera vez estaban abiertos a usuarios ajenos al propio área de la computación, que necesitaban poder programar de forma relativamente sencilla, aunque eso sacrificara parte del rendimiento del programa.” - https://www.genbeta.com/a-fondo/esta-monja-creo-lenguaje-basic-se-convirtio-primera-doctorada-computacion-24-anos-despues-entrar-convento-1 #basic #computerlanguages #coding #women #educacion #informatica
@beatrice
That is a magnificent presentation. The music fit the presentation well too.
#softwate
#computerprogramming
#computerlanguages
#StarGeezer
Redirecting a WordPress site to its home page when its loop finds no posts
Since I created a be
https://technologytales.com/2022/11/06/redirecting-a-wordpress-site-to-its-home-page-when-its-loop-finds-no-posts/
#Scripting #Software #Web #WebDevelopment #WebTechnologies #WebTools #Blog #Computerlanguages #Computing #Cross-platformsoftware #Databasetrigger #Diaries #Go #HTMLelement #HTTP404 #JavaScript #Journalism #Newmedia #Programminglanguages #Tweaking #Web2.0 #Webprogramming #WordPress
How does the brain interpret computer languages?
#Brain #Programming #ComputerLanguages
https://arstechnica.com/science/2021/03/how-does-the-brain-interpret-computer-languages/
#Smalltalk and other #ImageBased #ComputerLanguages have a reputation for making software developed in them hard to upgrade. As far as I know, this has never been satisfactorily solved.
#Erlang, on the other hand, lets you upgrade modules "live", though they need to be made for it.
The persistent #LPMud implementation #DGD had hot code reloading built in: IIRC if you upgraded a class there was a command you could call to upgrade each instance of that class to use the new code.