screwtape · @screwtape
366 followers · 5737 posts · Server mastodon.sdf.org

@pkw @jns @jasmaz @SDF @fstateaudio
definitely sdf commode chat but I will also have ~chat irc open. I should probably be in # on liberachat, but it's hard for me to be in three places at once and I seem to often lose my connection to liberachat. If *you* are there you are welcome to remind them the lispy gopher show is happening ( is a great fountain of technical advice and commentary ). I think @rwxrwxrwx and @jackdaniel are usually over there.

#lisp #clim #ecl #sbcl #lispm

Last updated 1 year ago

· @svetlyak40wt
210 followers · 390 posts · Server fosstodon.org

I just found a very interesting project which shows how to extend the LOOP macro: github.com/Gleefre/loop-contin

It was added to Ultralisp.org recently.

This code should work on , , , and implementations.

#commonlisp #sbcl #clasp #allegro #abcl #ecl

Last updated 1 year ago

screwtape · @screwtape
319 followers · 4757 posts · Server mastodon.sdf.org

@jackdaniel
When I run the superapp example at the start of the McCLIM User Guide which I have in a package named :eg I still have the #<cl-ttf-port> process running. Is this intended?

#mcclim #commonlisp #programmingquestion #ecl

Last updated 1 year ago

screwtape · @screwtape
316 followers · 4718 posts · Server mastodon.sdf.org

@alexshendi @SDF @silverwizard @nuintari
It would make my life easiest if we were to use
irc.tilde.chat but I shall try and join irc.libera.chat since that is where the and and @jackdaniel are ! I got a bit behind on things this week sorry.

for the - tune in in about two hours, or earlier to catch @northernlights both on sdf commode chat and bytes willing, on irc.libera.chat !

anonradio.net:8443/anonradio

(scroll up for a few more details)

#anonradio #mcclim #ecl #lispygophershow

Last updated 1 year ago

screwtape · @screwtape
295 followers · 4405 posts · Server mastodon.sdf.org

y


@kentpitman
I yell (toot) at an NZ Climate justice thinktank
LLM suggests we encrypt everything and "honeypot" it with junk content

final phosts
(ironically) occ.deadnet.se
Anyone remember who did old computer synth ?


@nutilius followup
@surabax is launching lisp.ie
@pkw , me, sort've @JackDaniel projects !

#lisp #gopher #climate #anonradio #sdf #haiku #gemini #oldcomputerchallenge #music #occ #plustwohourslispperday #mcclim #ecl

Last updated 1 year ago

Mariette Timmer · @mariettetimmer
20 followers · 425 posts · Server mastodon.nl

test :EU:C

#ecl

Last updated 1 year ago

screwtape · @screwtape
287 followers · 4166 posts · Server mastodon.sdf.org

@nutilius @louis @svetlyak40wt
prefix-> maybe package namespaces?
(defpackage "my-package-foo" (:use :cl) (:nicknames :foo))
(in-package :Foo)
(defun hello () "(hello) -> 'hello-world"
(values 'hello-world))
(in-package :cl-user)
> (foo::hello)
HELLO-WORLD

if you know C well, which I kinda do, @jackdaniel 's compiler is amazing. There's a special form #'ffi:c-progn that lets you interleave C and lisp code, sharing variables. Though new C functionality must be 'compile-file -d in.

#ecl

Last updated 1 year ago

screwtape · @screwtape
284 followers · 4054 posts · Server mastodon.sdf.org

y show.
Gopher news:
logout is updating bongusta phlog aggregator for this year!
Old computers:
Phlogs ( @gemlog s, wlogs) on https:/occ.deadnet.se
I have been excited to read gopher://booji.mutated.net 's Sun Sparc Ultra 10 so far!
In / news, @jackdaniel the current developer weighed in on (optimize size)ing .
What I want to see now is
packages exposed to @cwebber as &

#lisp #oldcomputerchallenge #gopher #fediverse #embeddablecommonlisp #ecl #spritelygoblins #guile #scheme #c #wasm

Last updated 1 year ago

screwtape · @screwtape
284 followers · 4052 posts · Server mastodon.sdf.org

y show.
Gopher news:
logout is updating bongusta phlog aggregator for this year!
Old computers:
Phlogs ( @gemlog s, wlogs) on https:/occ.deadnet.se
I have been excited to read gopher://booji.mutated.net 's Sun Sparc Ultra 10 so far!

In / news, @jackdaniel the current developer weighed in on (optimize size)ing .
What I want to see now is
packages exposed to @cwebber as &

#lisp #oldcomputerchallenge #gopher #fediverse #embeddablecommonlisp #ecl #spritelygoblins #guile #scheme #c #wasm

Last updated 1 year ago

screwtape · @screwtape
284 followers · 4051 posts · Server mastodon.sdf.org

y show.
Gopher news:
logout is updating bongusta phlog aggregator for this year!
Old computers:
Phlogs ( @gemlog s, wlogs) on https:/occ.deadnet.se
I have been excited to read gopher://booji.mutated.net 's Sun Sparc Ultra 10 so far!

In / news, @jackdaniel the current developer weighed in on (optimize size)ing .
What I want to see now is
packages exposed to @cwebber as &

#lisp #oldcomputerchallenge #gopher #fediverse #embeddablecommonlisp #ecl #spritelygoblins #guile #scheme #c #wasm

Last updated 1 year ago

screwtape · @screwtape
284 followers · 4052 posts · Server mastodon.sdf.org

@jackdaniel
thank you for your work on !

Is anyone using throughout their ? I will use it for common lisp, though I'm also going to try and stay within the

@rml @civodul @louis @ramin_hal9001
thank all of you as well

#ecl #oldcomputerchallenge #lispm

Last updated 1 year ago

screwtape · @screwtape
268 followers · 3690 posts · Server mastodon.sdf.org

@svetlyak40wt @rwxrwxrwx I guess it's ambiguous whether the '(integer 0) type specifier is going to be a fixnum or bignum, and hence is leaving it as nil? I have to check the standard on 'MAKE-ARRAY .

#ecl

Last updated 1 year ago

screwtape · @screwtape
268 followers · 3690 posts · Server mastodon.sdf.org

@svetlyak40wt it was new to me as well. I guess the ASDF operation 'TEST-OP 's use of #:FIASCO requires a minimum ASDF version? That :depends-on appears twice as well.

I fixed the problem with in the mean time. This line in cl-buchberger/src/polynomial.lisp:
:for v := (make-array (length variables) :element-type '(integer 0))
initialises to #(0 0 .. 0) in and #(nil nil .. nil) in . It can be fixed in both by specifying the :initial-element '0 make-array key.

Are both allowed?

#ecl #sbcl

Last updated 1 year ago

screwtape · @screwtape
268 followers · 3641 posts · Server mastodon.sdf.org

@ramin_hal9001 @leobm @rml
my trajectory for this though is like this:
1. scheme is cool
2. popular nonfree web browsers support wasm
3. popular nonfree web browsers support scheme programming
4. popular scheme programming
5. popular scheme programming

(or , if you are me)

rather than an unopinionated substrate.

#ecl

Last updated 1 year ago

screwtape · @screwtape
266 followers · 3598 posts · Server mastodon.sdf.org

@veer66 @wilfredh I have a somewhat distant friend who did their PhD (?) on cell phone programming environments, do you two really need this?

EDIT: Oh I misread this as "written an app from my smartphone"

By the way, supports both iphone and android phone [proprietary] compilers.

#ecl #embeddablecommonlisp

Last updated 1 year ago

Christoph Wagner · @wagnerc23
21 followers · 119 posts · Server home.social

Declan Rice follows in Bobby Moore’s footsteps as West Ham’s second only captain to lift a European Cup.

#ecl #fiowhu #historiansofmastodon #football

Last updated 1 year ago

Ravi · @ravipatel
46 followers · 866 posts · Server mas.to

Totally forgot about the match and switched on YouTube to literally watch the last 20 seconds.

Well done the and well done Moyes!!!

🎉 🏆 ⚽️

#ecl #irons

Last updated 1 year ago

screwtape · @screwtape
256 followers · 3046 posts · Server mastodon.sdf.org

@fstateaudio @SDF @prahou
This directory mounting scope simple program builds seems cool to me.
gopher.floodgap.com/gopher/gw.
gopher://tilde.institute/1/~sc
Complete set of ecl c interoperability *without* ASDF (though ASDF is necessary for large scale builds)

#gopher #embeddablecommonlisp #ecl #sdl2 #ffi #lisp

Last updated 1 year ago

screwtape · @screwtape
256 followers · 3010 posts · Server mastodon.sdf.org


Hi everyone! To check if ecl is working as expected, I wrote these tests not relying on asdf just to check
1) ecl can compile and executably link an object
2) ecl can compile and executably link an object, linking -lm
3) ecl can compile and executably link an object, linking -lSDL2

as an idiomatic ECL command line utility.

The idea is to just run ecl -load build.lisp in the folder with the source.lisp

@prahou @ksaj @rml @awkravchuk

#embeddablecommonlisp #ecl #commonlisp #lisp #build #tests

Last updated 1 year ago

screwtape · @screwtape
251 followers · 2911 posts · Server mastodon.sdf.org

@ramin_hal9001 @rml @louis
adjacently, one of the cool people shared with me the commit from 6 months ago adding compilation support to
itch.io/post/7892451#:~:text=v
Now how many hours do I actually have left to figure this <_>

#lispgamejam #emscripten #webassembly #ecl #commonlisp

Last updated 1 year ago