Joseph Holsten · @josephholsten
149 followers · 2603 posts · Server mstdn.social

Iโ€™ll never stop being amazed that Guy L Steele, James Gosling & Bill Joy worked together and the result was Java.

Of course, half the amazement is wondering what they wrote their initial work in.

#Scheme #Java #Lisp #sun #eMacs #VIM #vi

Last updated 1 year ago

Baal-Zephon · @baalzephon
40 followers · 139 posts · Server mstdn.social

Not sure why so many redditors are triggered by the "ranging over functions" proposal: reddit.com/r/golang/comments/1 - it's just sugar for using an internal iterator.

and even have lots of iterators that work like that. When did iterating using a HoF become "too complex" and controversial programming feature.

#kotlin #smalltalk #Ruby #Lisp #Golang

Last updated 1 year ago

@breadbin @lorddimwit Well, but there are now new generation of (Squeak) and (zillion of them), but there is no good reimplementation of with the current technologies (Wayland, TTF fonts, better design of window manager โ€ฆ something -like?), and there are no better editors for Plan9 than (youtu.be/dP1xVpMPn8M).

#smalltalk #Lisp #Plan9 #sway #acme

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
1291 followers · 86253 posts · Server mstdn.social

@BryanBennett Maybe you confuse and ?

Because otherwise , and other milimalist tools ain't editors.

Amd yes, I do find it bizarre how those that complain about being tend to defend .

It's like being an anti-gun pacifist yet not demanding tue state to disarm itself.

BE CONSISTENT!

If you want a with -Compiler that'll make use of your -Layout Keyboard, then yeah, emacs is propably what you want...

#spacecadet #Lisp #userland #eMacs #bloat #systemd #sed #ed #editor #ide

Last updated 1 year ago

ๆœ€่ฟ‘ ใ‚’ไฝฟใฃใฆใ„ใ‚‹็†็”ฑใฏ่จญ่จˆใ‚’ๆ˜Ž็คบใ™ใ‚‹ใŸใ‚ใงใ€ใ‚ฏใƒชใƒผใƒณใ‚ขใƒผใ‚ญใƒ†ใ‚ฏใƒใƒฃใŒใ†ใพใใ„ใใฎใ‹่ฉฆ้จ“ใ™ใ‚‹ใซใฏใ‚ˆใ„ๅž‹ใ‚ทใ‚นใƒ†ใƒ ใŒใ‚ใฃใŸๆ–นใŒๅฌ‰ใ—ใ„ใ€‚
(ใชใ‚“ใงใใ‚‚ใใ‚‚ ใชใฎใ‹ใจใ„ใ†ใจ Lisp ใงใชใ„ใจ่ถฃๅ‘ณใงๆ›ธใๆฐ—ใซใชใ‚‰ใชใ„ใ‹ใ‚‰ใจใ„ใ†ใฎใŒใ‚ใ‚Šโ€ฆโ€ฆ)

#coalton #Lisp

Last updated 1 year ago

Dr. Jack Brown :verified: · @DrJackBrown
7807 followers · 3705 posts · Server mstdn.social
otheorange_tag · @otheorange_tag
418 followers · 15269 posts · Server mstdn.social

Wrote this hello world app last few minutes, just smart enough to draw and exit on right click. Just uses output same as the and implementations (setq x "Fo 0 999 3\nF 0 255\nL$ 0 0 800\"Hello world\"\nZ \n")
(while (setq p (asc (fgets stdin))) (cond ((== p 100) (write 1 x (strlen x))) ((== p 51) (exit 0))))

#C #Bash #stdout #stdin #Cloud #GUI #Lisp

Last updated 1 year ago

otheorange_tag · @otheorange_tag
394 followers · 13232 posts · Server mstdn.social

What u will c is 21 languages ++ (mine) calc app srvs <=>stdinout. C,C++<=> sockets, 23 thin clients with NO dependencies besides C . 21 thin server apps in C that translate stdin/out to/from sockets in a language agnostic way. What you WON'T see are any (1000x the footprint of my thin clients) or fonts, youtube.com/watch?v=Esv6xHwZRY

#browsers #sockets #xcb #sed #Ruby #Rust #r #Python #perl #pascal #lua #Lisp #Java #GO #fortran #forth #cobol #clisp #C #basic #Bash #awk #ada

Last updated 1 year ago

otheorange_tag · @otheorange_tag
368 followers · 11299 posts · Server mstdn.social

I feel old, can chatgpt write me some code to give the same ability to stdin/stdout that , , , , , , , , , , , , , , , , , , , , all share? also if you know these langs I have tons of code u could shorten for me/us calc under bitbucket.org/timcdoc/antibrow

#sed #Ruby #Rust #r #perl #Python #pascal #lua #Lisp #Java #fortran #forth #GO #clisp #cobol #cpp #C #basic #Bash #awk #ada #powershell

Last updated 2 years ago

otheorange_tag · @otheorange_tag
354 followers · 10511 posts · Server mstdn.social

Graphing part is working, just hard coded fns for now, but it's a start! [[oh code, my lisp, ancient variant, out on bitbucket.org/timcdoc/antibrow

#stdout #stdin #nofont #thinclient #App #Cloud #antibrowser #Lisp

Last updated 2 years ago

otheorange_tag · @otheorange_tag
348 followers · 10100 posts · Server mstdn.social

Implemented more stuff dumping p/q internal form. The number of digits arbitrarily at 32 could be hundreds if needed. server only uses stdin/out to send/receive to/from on other end of socket. Red is an indication of inexact(irrational, or too complicated) Note p/q means this is going to be more exact for longer than normal.

#thinclient #application #Cloud #GUI #antibrowser #Lisp

Last updated 2 years ago

otheorange_tag · @otheorange_tag
343 followers · 9824 posts · Server mstdn.social

binops working on to unaryops and other things

#Cloud #GUI #Lisp

Last updated 2 years ago

otheorange_tag · @otheorange_tag
341 followers · 9657 posts · Server mstdn.social

Want(not need) help/w optimizing rando langs I've written working calculator gui cloud app servers,only rely on stdin stdout in (mine) These all work and talk to the thin client @ other end of a socket just fine, but lots are my first ever app in language. LMK if you have smaller bitbucket.org/timcdoc/antibrow $lang calc under that. also looking for destupify stdio fix java|powershell

#clisp #sed #Ruby #Rust #r #Python #perl #pascal #lua #Lisp #GO #fortran #forth #cobol #C #basic #Bash #awk #ada

Last updated 2 years ago

otheorange_tag · @otheorange_tag
334 followers · 9227 posts · Server mstdn.social

An unfair line comparison of (straight and with junk DNA removed using C pre processor, ya I don't know rust well) the ada c and lisp can be used as guides for optimizing if you know any of these. I'm slowly going back through now that these all work for calc bitbucket.org/timcdoc/antibrow also note these all produce the same(mostly) tiny over the wire to thin client via stdin/out

#sed #Ruby #Rust #r #Python #perl #pascal #Lisp #fortran #forth #clisp #cobol #C #basic #Bash #awk #ada

Last updated 2 years ago

otheorange_tag · @otheorange_tag
285 followers · 6130 posts · Server mstdn.social

@WorkWithKirk oh, I wouldn't even know how to chatgpt. I do have some pretty crappy mix of first (or near first language gui cloud apps) and used all the time languages ++ (mine) and yes implementations of calc, some paint, altair emulators under bitbucket timcdoc antibrowser if you know any of these I could use some optimization help. You can see runs to NOTbrowsers thin clients in my "media"

#sed #Python #perl #pascal #Lisp #fortran #forth #cobol #clisp #C #basic #Bash #awk #ada

Last updated 2 years ago

otheorange_tag · @otheorange_tag
285 followers · 6133 posts · Server mstdn.social

Another great practice with the Popes "only" two things, but lots of wood-shedding concerto 1st,2nd,3rd movements, best ever? (low bar in the 3rd tho) concerto Op 64 1st, 2nd and 3rd(short bridge thingy) thanks for counting in the solo scrambles! So for me that was , violin, short nap, then back to work porting my emulator app from my to

#clisp #Lisp #Cloud #GUI #altair #bass #violin #mendelssohn #doublebass #Vanhal

Last updated 2 years ago

@cadr Well, again talking from distance, so perhaps I am completely wrong, but it seems to me there are multiple things which don't look right to me: Look & Feel of Emacs looks like from 1990s (hopefully, finally), and even from the point of view, I have heard from multiple sides that Emacs-Lisp is not the best dialect around. Why was Emacs community not able to fix either of these? How is the rewrite of Emacs on the top of Guille doing? Would it be better than Emacs?

#Emacs #Lisp

Last updated 2 years ago

otheorange_tag · @otheorange_tag
241 followers · 4736 posts · Server mstdn.social

I ask, every once in a while, anyone know how to force and/or into treating stdin and stdout in the normal FKing way like hell even ?! My conductor knew a way to restart powershell every effin line of script, yeah, no,. What we are looking for here is pipe/file/console agnosticism. A switch like a real language would help, pages of shit we shouldn't have to write, not.

#sed #Python #perl #pascal #Lisp #fortran #forth #cobol #clisp #clanguage #basic #Bash #awk #ada #powershell #Java

Last updated 2 years ago

Jan :rust: :ferris: · @janriemer
427 followers · 1327 posts · Server floss.social

@veer66 you might be interested in this ๐Ÿ˜‰

Carp - A statically typed lisp, without a GC, for real-time applications

github.com/carp-lang/Carp

#StronglyTyped #functionalprogramming #Lisp #programminglanguage #carplang #carp

Last updated 2 years ago

otheorange_tag · @otheorange_tag
242 followers · 4570 posts · Server mstdn.social

What if you only knew (or ... (mine) These are gui cloud apps the c impl only needs 1258 bytes text to draw enjoy 14 language test! more info in utube. Yes this is a gui app, yes this is a server, yes it is both(well 14, actually). youtube.com/watch?v=AU-YBfIQr5

#Python #perl #pascal #Lisp #fortran #forth #cobol #clisp #C #basic #Bash #awk #ada #sed

Last updated 2 years ago