00:00
f8l has joined #picolisp
00:22
orivej has joined #picolisp
01:44
xkapastel has quit [Quit: Connection closed for inactivity]
02:33
freemint has quit [Remote host closed the connection]
02:33
freeemint has joined #picolisp
03:07
freeemint has quit [Ping timeout: 252 seconds]
03:30
karswell has joined #picolisp
04:17
_whitelogger has joined #picolisp
04:29
_whitelogger has joined #picolisp
04:51
karswell has quit [Remote host closed the connection]
04:51
karswell has joined #picolisp
05:44
_whitelogger has joined #picolisp
05:48
orivej has quit [Ping timeout: 245 seconds]
06:14
_whitelogger has joined #picolisp
06:17
tankf33der has joined #picolisp
06:17
gko has joined #picolisp
06:18
Regenaxer has joined #picolisp
07:27
<
tankf33der >
clojure passed.
07:49
<
razzy >
i run my z80 emu. i have trouble firing 8klisp
08:06
mtsd has joined #picolisp
08:12
aecepoglu[m] has quit [Read error: Connection reset by peer]
08:15
<
Regenaxer >
tankf33der, what exactly do you test?
08:16
<
Regenaxer >
razzy, I don't remember myself. What did you try?
08:18
aecepoglu[m] has joined #picolisp
08:19
<
razzy >
first i want to ask. 8klisp from softwarepreservation web is for z80 cpu emulation. not zxspectrum. yes?
08:19
<
Regenaxer >
I think just start 8kl.com
08:19
<
Regenaxer >
I only tried in cmp emulator
08:20
<
Regenaxer >
Debian 'cpm' package
08:20
<
tankf33der >
i do this for other languages
08:20
<
tankf33der >
and now i understand how it works.
08:22
<
Regenaxer >
bigtest is also in the distro btw
08:22
<
Regenaxer >
misc/bigtest
08:22
<
Regenaxer >
So you substitute other binaries for 'bc'?
08:23
<
Regenaxer >
Good idea
08:24
<
tankf33der >
also i will send patch for bigtest from distro
08:40
orivej has joined #picolisp
09:06
karswell has quit [Ping timeout: 244 seconds]
09:06
<
tankf33der >
idea of patch to merge test1 and test2 functions and use new one for any arguments.
09:06
<
tankf33der >
jsut for fun.
09:11
<
razzy >
but i did not figured out how to load.
09:18
<
Regenaxer >
tankf33der, I haven't looked at bigtest for a long time - just let it run sometimes ;)
09:19
<
Regenaxer >
razzy, I think it is overkill to use DOS
09:19
<
Regenaxer >
apt install cpm
09:19
<
Regenaxer >
I have not tried for several years though
09:21
<
Regenaxer >
As I already said above: "'cpm' package"
09:21
<
Regenaxer >
I think it would be helpful sometimes if you indeed read wath I answer to you
09:24
ubLIX has joined #picolisp
09:37
mtsd has quit [Quit: Lost terminal]
09:42
<
razzy >
"cpm" package is cursed based pasword manager
09:42
<
beneroth|idle >
yeah, Regenaxer surely meant that one, sure.
09:48
<
razzy >
i am pretty sure he did not. and qemu does not support z80 in base config.
09:48
<
beneroth|idle >
yeah I see
09:48
<
beneroth|idle >
now
09:48
<
beneroth|idle >
I find cpmtools
09:53
<
tankf33der >
i've also added dlang. passed.
09:53
<
tankf33der >
enough.
09:53
<
Regenaxer >
Oops, indeed! Sorry! The cpm package I used was different
09:54
<
Regenaxer >
or, it was
*not* a debian package ... let me search
09:55
<
Regenaxer >
Seems I compiled something. cpm-0.2.1
09:55
<
Regenaxer >
It is from 1994
09:57
<
Regenaxer >
There must be newer versions
09:57
<
Regenaxer >
It is a plain commandline tool
09:57
<
razzy >
thx for reply.
09:58
<
Regenaxer >
Sorry for the confusion
10:02
<
razzy >
beneroth i think cpmtools are just tools for weird memory formats.
10:02
<
Regenaxer >
file system only it seems
10:19
<
beneroth|idle >
aye
10:26
<
razzy >
msdos-> z80emu works. just have to figure out how to load 8klisp
10:27
beneroth|idle has quit [Quit: Verlassend]
10:27
beneroth has joined #picolisp
10:35
<
razzy >
ha ha. it is uber-weird. but it is working
10:38
freeemint has joined #picolisp
10:52
<
razzy >
i like 8k lisp so far.
11:01
<
Regenaxer >
Cool, yes, if you get a CP/M prompt, 8kl should just work, right?
11:02
<
Regenaxer >
One problem I believe we have with 8kLisp is hat the existing (remaining) files are from different versions. I could not rescue all files from the old diskettes back then iirc
11:10
f8l has quit [Ping timeout: 245 seconds]
11:14
f8l has joined #picolisp
11:16
<
razzy >
i had problem loading files.
11:36
<
Regenaxer >
iirc 'in' only redirects, it does not nest as in pil
11:54
ubLIX has quit [Quit: ubLIX]
12:19
<
razzy >
in is for me?
12:31
<
Regenaxer >
yes, "loading files" I thought
12:34
freeemint has quit [Ping timeout: 252 seconds]
13:03
freeemint has joined #picolisp
13:53
_whitelogger has joined #picolisp
14:42
<
tankf33der >
Regenaxer: ping
14:45
<
tankf33der >
i've implement this one
14:45
<
tankf33der >
(in NIL (while (line T) (prinl @)))
14:45
<
tankf33der >
this is ok, right ?
14:46
<
Regenaxer >
even easier is (echo)
14:46
<
Regenaxer >
(in NIL (echo))
14:47
<
Regenaxer >
or (in NIL (out NIL (echo))) ?
14:47
<
tankf33der >
i dont know (echo)
14:47
<
tankf33der >
i see.
14:48
<
tankf33der >
but (println 123) is stdout by default, right ?
14:49
<
Regenaxer >
yes, but stdin is too, but in this case still reads from the script
14:49
<
Regenaxer >
"Create an executable file"
14:49
<
Regenaxer >
so make a hash-bang script
14:49
<
Regenaxer >
can be a one-liner then
14:51
<
Regenaxer >
No, a 2-liner:#!/usr/bin/picolisp -echo
14:52
<
Regenaxer >
#!/usr/bin/picolisp -echo
14:52
<
Regenaxer >
A one-liner is possible:
14:53
<
Regenaxer >
#!/usr/bin/picolisp -prog (echo) (bye)
15:02
Regenaxer has left #picolisp [#picolisp]
15:05
Regenaxer has joined #picolisp
15:06
Regenaxer has left #picolisp [#picolisp]
15:08
Regenaxer has joined #picolisp
15:08
Regenaxer has quit [Remote host closed the connection]
15:09
Regenaxer has joined #picolisp
15:23
<
tankf33der >
i'm doing this one:
15:39
<
Regenaxer >
OK, good!
16:09
* razzy
feels that doing development on tablet in nature is much healthier.
16:12
<
Regenaxer >
RunCPM looks OK
16:13
<
tankf33der >
did it.
16:16
<
Regenaxer >
Looks good! You could put the (setq N outside the 'if'
16:16
<
Regenaxer >
(tail -2 is (cddr
16:19
<
tankf33der >
indeed
16:19
<
Regenaxer >
Micro-tuning ;)
16:23
<
tankf33der >
commited.
16:23
<
Regenaxer >
Thanks!
17:06
freeemint has quit [Ping timeout: 252 seconds]
17:16
razzy has quit [Read error: No route to host]
18:07
freeemint has joined #picolisp
18:26
freeemint has quit [Remote host closed the connection]
18:26
freeemint has joined #picolisp
18:39
ubLIX has joined #picolisp
19:12
mtsd has joined #picolisp
19:16
razzy has joined #picolisp
19:38
mtsd has quit [Ping timeout: 268 seconds]
19:41
mtsd has joined #picolisp
19:49
freeemint has quit [Ping timeout: 252 seconds]
19:57
freeemint has joined #picolisp
20:24
freeemint has quit [Remote host closed the connection]
20:24
freeemint has joined #picolisp
20:58
freeemint has quit [Ping timeout: 252 seconds]
21:07
mtsd has quit [Quit: Leaving]
23:00
ubLIX has quit [Quit: ubLIX]
23:34
clacke_movim has left #picolisp [#picolisp]
23:42
clacke_movim has joined #picolisp