rob_w has quit [Remote host closed the connection]
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
jibanes_ has joined #picolisp
jibanes_ has quit [Ping timeout: 272 seconds]
jibanes has quit [Ping timeout: 256 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 246 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 268 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 265 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 268 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 268 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 260 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 260 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 272 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 260 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 256 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 256 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 264 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 268 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 268 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 256 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 268 seconds]
jibanes has joined #picolisp
remby has joined #picolisp
<DKordic>
Welcome remby.
<remby>
DKordic: hello :^)
<DKordic>
sup?
<remby>
during a vm discussion I remembered picolisp, the c interop is really amazing
<remby>
also managed to get over a few hurdles trying to learn scheme with aoc
<remby>
it would be a good time to do some picolisp as well :)
jibanes has quit [Ping timeout: 240 seconds]
<DKordic>
Which Scheme implementations do You like?
jibanes has joined #picolisp
<DKordic>
And what are Your general plans with Lisp? What do You think about (modern) Lisp Machines?
<remby>
I had planned to learn sicp in order to become a better programmer, and I am looking for a language to keep up on academic things
<DKordic>
#sicl is the only LispM related project I am aware of.
<remby>
I think lisp machines are cool, but I didn't know new ones are being made!
<remby>
as for implementations, I've been playing with guile and chez
<remby>
lokko is another one I'm keeping my eye one as well
<DKordic>
SICP is a good start, but it also has some... questionable bits ;) .
jibanes has quit [Ping timeout: 264 seconds]
jibanes has joined #picolisp
<DKordic>
What do You think about Forth?
<remby>
exited about forth, but have not yet put time into it
<remby>
I completed os bare bones and meaty skeletion, so I wondered about using it there, but I'm not experienced enough :P
<remby>
s/os/osdev/
<DKordic>
I am not there yet as well :3 .
<remby>
factor looks really nice as well
<remby>
I can't really seem to make it into embedded
<remby>
slowly working though stuff with my microbit
jibanes has quit [Ping timeout: 240 seconds]
<DKordic>
I don't like Factor because it needs a lot more reFactoring :3 .
<remby>
heh
jibanes has joined #picolisp
<DKordic>
What is Your GitHub or similar information?
<remby>
my github is currently so I can use the leaderboard for aoc ... I used to have stuff but I've deleted a lot of it
<remby>
I'm pretty much on random discords or irc xD
<remby>
oh and email
<DKordic>
IMHO micro:bit and RPi are extremely retarded!! BASIC Level!!
<remby>
but I'm also thinking of a project to work on to show employers competence or whatever they are looking for
<remby>
DKordic: how so?
<remby>
it's a good target for low level stuff, and arm is a nice arch
<remby>
was my first experience using a real arm isa
<remby>
have not blinked led
<remby>
s yet though
<remby>
schematics are well done, and the hardware it uses, the data sheets are ok (new for me though)
jibanes has quit [Ping timeout: 268 seconds]
<DKordic>
I meant to say BASIC(R) Level of retarded. I wouldn't like to be a snob, just my humble opinion.
jibanes has joined #picolisp
<remby>
it would have to be, it's made for children :P
<remby>
DKordic: what boards did you start out with?
<DKordic>
How do You work with it, if You would like to elaborate?
<remby>
I am using it to learn bare metal and os level programming
<remby>
I have to rely on the runtime, otherwise I will have to write some drivers which I am not ready to do yet
<DKordic>
I have a simple DIP-like Break-out boards for STM32 and PIC32. I haven't even blinked LEDs with them yet, either :3 .
<remby>
I was annoyed the runtime was in C++, but I can see why they choose it
<remby>
DKordic: it's also for me to get more familiar with arm architecture
<remby>
I have already seen some interesting projects where they use the microbit without the runtime, but I tried reading the code and I didn't really understand it