IRC channel logs

2020-09-18.log

back to list of logs

<OriansJ`>bauen1: cc_*.S supports do while, while and for loops; along with if/else and gotos
<OriansJ`>along with break and continue keywords (altough the continue behavior isn't 100% correct)
<xentrac>that's how the light gets in
<OriansJ`>xentrac: ?
<xentrac>Leonard Cohen lyrics
<xentrac> https://www.youtube.com/watch?v=6wRYjtvIYK0
<OriansJ`>xentrac: ok then
<fossy>OriansJ`: is the main thing missing from mes m2 to be able to run mescc module support
<OriansJ`>fossy: proper macro support. Fortunately it is a completely isolated step in mes-m2 (specificially the file: mes_macro.c)
<rain1>morning
<OriansJ`>as right now it is passed the expression to be macro expanded (or does nothing and just returns the expression to be directly evaluated)
<OriansJ`>morning rain1
<OriansJ`>it just that I couldn't figure out how to add macro support in a incremental fashion
<OriansJ`>I just wish someone who was better at lisp macros would take a look and show me what I am doing wrong.
<rain1>what about copying what i did in single_cream?
<rain1>oh it sounds like that you have already done basically that
<OriansJ`>rain1: except badly
***roptat_ is now known as roptat
<bearclaw>hello what's up this is the most interesting thing I've seen
<bearclaw>are you doing anything for hacktober?
***ChanServ sets mode: +o rekado_
***rekado_ is now known as rekado
<rain1>hello
<bearclaw>hi
<OriansJ`>bearclaw: doing an armv7l and then a AARCH64 port
<bearclaw>interesting, are you setting up with qemu ?
<bearclaw>I'd like to start following development for this project
<OriansJ`>bearclaw: I do everything bare metal only
<fossy>OriansJ`: which arm device are you using
<OriansJ`>fossy: primary the raspberry pi3 for development as it is very common but I have a few others just for compatibility testing and cross build verification.
<OriansJ`>plus I am still waiting on my EOMA68
<OriansJ`>bearclaw: as you are new here are a few things you might wish to notice: https://github.com/oriansj/talk-notes (specifically the https://github.com/oriansj/talk-notes/blob/master/Current%20bootstrap%20map.pdf and https://github.com/oriansj/talk-notes/blob/master/bootstrappable.org ) https://github.com/oriansj/mescc-tools-seed and https://github.com/oriansj/bootstrap-seeds
<bearclaw>thanks I've browsed the source repos and the website before. I'll take a look at the talks and try to read the source