Digital Mark λ 📚 🕹 💾 🥃 on Nostr: Uuuuuuugh. I thought I'd get a current (2020) version of Kawa Scheme running. There's ...
Uuuuuuugh. I thought I'd get a current (2020) version of Kawa Scheme running.
https://www.gnu.org/software/kawa/Source-distribution.htmlThere's two compile errors in current Java. Fixed one by adding
import kawa.lang.Record;
The other by deleting Sequence<Char> from a file, because I know that generic types are stupid and do nothing.
make check mostly works, but then errors on some XML shit I can't care about.
Launcher script `kawa` errors, readlink doesn't take -f arg in MacOS.
% kawa
#|kawa:1|# (display (+ 2 3))
5
#scheme
Published at
2025-02-19 01:17:49Event JSON
{
"id": "07ff2b7a654d357734fe6ee98b8e51b0d273cd3ffa00c59f9e33905af43993b8",
"pubkey": "fb87acbaf8ba707e56cf4f028fd6cc1e99b8a78fe8327cab70915f15631b0672",
"created_at": 1739927869,
"kind": 1,
"tags": [
[
"t",
"scheme"
],
[
"proxy",
"https://appdot.net/users/mdhughes/statuses/114027912854640738",
"activitypub"
]
],
"content": "Uuuuuuugh. I thought I'd get a current (2020) version of Kawa Scheme running.\nhttps://www.gnu.org/software/kawa/Source-distribution.html\n\nThere's two compile errors in current Java. Fixed one by adding\nimport kawa.lang.Record;\nThe other by deleting Sequence\u003cChar\u003e from a file, because I know that generic types are stupid and do nothing.\n\nmake check mostly works, but then errors on some XML shit I can't care about.\n\nLauncher script `kawa` errors, readlink doesn't take -f arg in MacOS.\n\n% kawa\n#|kawa:1|# (display (+ 2 3))\n5\n#scheme",
"sig": "6232fab7986f4ac2581eae120ab7f6ff22dbf816c5c010af542c3c012ebec3f1237e967b8fac357217a21c25e0d36c5469baab3239228f557784fad70df2814e"
}