anddam has quit [*.net *.split]
anddam has joined #picolisp
inara has quit [*.net *.split]
inara has joined #picolisp
beneroth has joined #picolisp
peterhil has quit [Ping timeout: 252 seconds]
rob_w has joined #picolisp
razzy has quit [Ping timeout: 260 seconds]
razzy has joined #picolisp
razzy has quit [Ping timeout: 268 seconds]
Regenaxer has quit [Ping timeout: 240 seconds]
razzy has joined #picolisp
razzy has quit [Ping timeout: 268 seconds]
Regenaxer has joined #picolisp
razzy has joined #picolisp
razzy has quit [Ping timeout: 268 seconds]
peterhil has joined #picolisp
aw- has quit [Quit: Leaving.]
rob_w has quit [Remote host closed the connection]
razzy has joined #picolisp
razzy has quit [Ping timeout: 265 seconds]
theruran has quit []
theruran has joined #picolisp
razzy has joined #picolisp
clacke has quit [Read error: Connection reset by peer]
<
beneroth>
Regenaxer, (format Sym NIL NIL) is intended to enforce non-decimal non-thousand-separator number conversion (when explicitly giving NIL arguments), right?
<
beneroth>
works as desired in my pil64 version. just wanna make sure this is future-proof :)
<
beneroth>
background: validating input, e.g. IPv4 address "1.2.3.4" vs. "1.2.3.4.5" ;-)
<
Regenaxer>
Hmm, not sure. I would have said NIL as separator is not defined
<
Regenaxer>
I would not 'read' such data
<
Regenaxer>
Rather something like (mapcar format (split (chop S) "."))
<
beneroth>
Regenaxer, hmm... well I want to validate input
<
beneroth>
lets review tomorrow
aw- has joined #picolisp
peterhil has quit [Ping timeout: 260 seconds]
<
Regenaxer>
yes, good :)
<
Regenaxer>
Good night for now!