xkapastel has joined #picolisp
xkapastel has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #picolisp
rob_w has joined #picolisp
orivej has joined #picolisp
mtsd has joined #picolisp
beneroth has joined #picolisp
f8l has quit [Ping timeout: 268 seconds]
f8l has joined #picolisp
xkapastel has joined #picolisp
<
mtsd>
Good morning all
<
Regenaxer>
Hi mtsd!
<
mtsd>
Hi Regenaxer!
<
mtsd>
Trying to find some time to study doc64/structures (and related docs) more in depth
<
mtsd>
I think I need to start there, if I am to be able to figure this out :)
<
Regenaxer>
I'm rewriting it now for partially for pil21
<
Regenaxer>
Right, it is the most fundamental doc
<
Regenaxer>
I always start with it (as now again)
<
mtsd>
Are there big changes to the PilVM, in Pil21? Compared to the current, 64-bit, version?
<
Regenaxer>
Not the cell or DB, but the stack structures
<
Regenaxer>
I/O is also the same
<
mtsd>
Cells stay the basic, fundamental, data type I assume?
<
mtsd>
Good abstraction, as we noted yesterday :)
<
Regenaxer>
yes, very general
orivej has quit [Ping timeout: 264 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
orivej has joined #picolisp
beneroth has quit [Quit: Leaving]
xkapastel has joined #picolisp
mtsd has quit [Quit: Leaving]
beneroth has joined #picolisp
rob_w has quit [Quit: Leaving]
freemint has joined #picolisp
<
tankf33der>
Regenaxer: o/
<
tankf33der>
add #include <signal.h> to lib.c for pil21
<
Regenaxer>
Hi tankf33der
<
tankf33der>
cant compile
<
Regenaxer>
strange, pil32 had it too
<
Regenaxer>
It is in src/pico.h, not lib.c
<
tankf33der>
yea correct
<
tankf33der>
pico.h
<
Regenaxer>
*I* forgot it?
<
Regenaxer>
It compiled here
<
tankf33der>
let me show
<
tankf33der>
i took pil21 right now
<
Regenaxer>
yes, I mean it compiled here in Termuh
<
Regenaxer>
So I did not notice it was missing
<
Regenaxer>
yes, I understood
<
Regenaxer>
I did not notice thit signal.h was missing
<
Regenaxer>
on some systems some includes are included by other includes
<
Regenaxer>
So it is never sure which includes are needed minimally ;)
Regenaxer has left #picolisp [#picolisp]
Regenaxer has joined #picolisp
<
Regenaxer>
oops :)
<
Regenaxer>
^D in wrong terminal
<
Regenaxer>
OK, I released a new TGZ
freemint has quit [Ping timeout: 245 seconds]
<
beneroth>
what about #include <signal> ?
<
beneroth>
should be the same as #include <signal.h>, just more C++-stylish
<
beneroth>
so should not make a difference >.<
<
Regenaxer>
I don't think it works in C, no?
<
Regenaxer>
At least I never saw this, let alone used it
xkapastel has quit [Quit: Connection closed for inactivity]
<
beneroth>
Regenaxer, T
<
beneroth>
C-style works in C++ compilers, and these days many IDE/dev environments actually use a C++ compiler to compile C too
<
beneroth>
(though there are a few minor special cases where C is incompatible to C++..)
freemint has joined #picolisp
<
Regenaxer>
Kind of typical, obfuscating by omitting ".h"
<
Regenaxer>
What is so bad showing the real true file name?
<
Regenaxer>
Good night :)
<
beneroth>
hahaha, you are right!
<
beneroth>
(though to be pedantic, C++ endings should be .hpp and .cpp - but rarely seen in practice)
<
beneroth>
good night :)