cr1901 changed the topic of ##yamahasynths to: Channel dedicated to questions and discussion of Yamaha FM Synthesizer internals and corresponding REing. Discussion of synthesis methods similar to the Yamaha line of chips, Sound Blasters + clones, PCM chips like RF5C68, and CD theory of operation are also on-topic. Channel logs: https://libera.irclog.whitequark.org/~h~yamahasynths
protosph1 has joined ##yamahasynths
protosphere has quit [*.net *.split]
andlabs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andlabs has joined ##yamahasynths
protosph1 is now known as protosphere
janik has quit [Remote host closed the connection]
janik has joined ##yamahasynths
janik has quit [Quit: Leaving]
emeb has joined ##yamahasynths
andlabs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andlabs has joined ##yamahasynths
andlabs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andlabs has joined ##yamahasynths
<Lord_Nightmare>
https://nc.rysk.us/s/mZmSzzLGQG29o3g is done, although I'm sure there's typos etc. now I just need to figure out how to get CSNOBOL compiled for win64 and see if it runs, it will almost certainly require some tweaks since the program was intended for a PDP-10 and uses odd fixed file handles etc for stdin and cassette stuff
<NiGHTS>
Nextcloud
andlabs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andlabs has joined ##yamahasynths
andlabs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andlabs has joined ##yamahasynths
andlabs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
andlabs has joined ##yamahasynths
<andlabs>
looks like I'm getting a Memotech MTX512 too
<Lord_Nightmare>
that's text to ipa phonetic spat out by a program that's 46 years old
<qu1j0t3>
:)
<Lord_Nightmare>
there's a BUNCH of stuff i had to fix to make it work with the win32 version of snobol4, there were some nonstandard things involved with reading and writing to files
<cr1901>
Excellent work :D
<Lord_Nightmare>
and one printing error in the document itself
<Lord_Nightmare>
plus about 5 or 6 typos of which only one was causing a flat error, the others were silent errors which were annoying to track down
<Lord_Nightmare>
also the document was printed on a chain printer which converted | symbols to !
<Lord_Nightmare>
and snobol does distinguish between ! and |; | is basically a logical OR as in C, ! is an exponentiation operator
<emeb>
Amaze
<Lord_Nightmare>
well, in c | is binary or and || is logic or
<Lord_Nightmare>
snobol doesn't have a binary or operator at all
<Lord_Nightmare>
some extensions to it added one as a function
<emeb>
I remember long ago playing with an IBM 5100 with APL in ROM. That's the closest I've come to such paleolithic languages.