00:00:00 --- log: started forth/13.04.19 00:13:03 --- quit: ncv (Remote host closed the connection) 00:48:56 --- join: epicmonkey (~epicmonke@188.134.41.112) joined #forth 01:03:52 --- quit: dto (Remote host closed the connection) 01:18:04 --- quit: epicmonkey (Ping timeout: 245 seconds) 01:36:16 --- quit: Anarch (Ping timeout: 264 seconds) 01:39:45 --- quit: i__ (Quit: ircfs!) 02:34:56 --- join: epicmonkey (~epicmonke@195.206.224.58) joined #forth 02:56:11 --- join: Anarch (~olaf@c-67-183-64-49.hsd1.wa.comcast.net) joined #forth 03:04:32 http://i.imgur.com/2kWmajm.png <- retro's tic-tac-toe game running in retroterm (sdl mouse / canvas) 03:09:58 --- quit: ttmrichter (Ping timeout: 276 seconds) 03:57:30 seems like repl.it misses most important language. INTERCAL 03:59:29 but it isn't interperted language 05:11:02 --- quit: carc (Ping timeout: 245 seconds) 05:30:31 --- join: ttmrichter (~ttmrichte@183.136.199.22) joined #forth 05:31:06 --- quit: ttmrichter (Client Quit) 05:32:58 --- join: ttmrichter (~ttmrichte@61.183.52.54) joined #forth 06:26:58 --- quit: epicmonkey (Ping timeout: 272 seconds) 08:15:42 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 08:21:54 --- quit: ttmrichter (Quit: Quit) 08:26:25 --- join: Tod-Work (~thansmann@50-202-143-210-static.hfc.comcastbusiness.net) joined #forth 09:15:29 --- join: epicmonkey (~epicmonke@188.134.41.112) joined #forth 10:52:11 --- join: fantazo (~fantazo@213.129.230.10) joined #forth 11:36:46 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 12:18:37 --- join: ncv (~quassel@79.114.41.21) joined #forth 12:18:37 --- quit: ncv (Changing host) 12:18:37 --- join: ncv (~quassel@unaffiliated/neceve) joined #forth 12:31:48 --- join: RodgerTheGreat (~rodger@71-13-215-204.dhcp.mrqt.mi.charter.com) joined #forth 13:35:21 --- quit: epicmonkey (Ping timeout: 256 seconds) 13:44:33 --- join: epicmonkey (~epicmonke@188.134.41.112) joined #forth 14:10:24 what's up, forthers? 14:15:01 n o t h i n g 14:15:18 w e a r e j u s t c o o l 14:15:52 fantazo: nice utf-16 encoding bro 14:16:04 ? 14:16:15 no utf encoding here 14:16:46 just good old intentional writing stuff in a stupid way 14:17:03 yeah I know that was the joke 14:18:25 ok 14:19:20 man it is difficult to actually make something useful in forth. a couple of things need more will of playing around, which is good if you want that. 14:19:55 so a sentence without a point, interesting that I'm saying such sentences 14:21:49 I dunno I manage to write a lot of my projects in forth 14:21:53 maybe i will call my forth "sally" 14:22:03 because its current name "forty" is dumb. 14:22:15 kulp: pour one out for sally 14:22:55 fantazo: recently I've written several compilers, some fiddling with cellular automata, an emulator and some games in forth 14:23:08 arguably not "useful" but fun 14:24:03 well, maybe I'm a bad programmer, don't know. or I'm just tired. 14:25:01 or maybe you are just not yet Thinking Forth 14:26:02 I could write a book about doing semi-useful minor projects in forth 14:26:08 "dinking forth" 14:27:01 --- quit: kumul (Ping timeout: 258 seconds) 14:28:05 hee hee 14:28:40 kulp: what about sally will make it special 14:29:29 are you gonna make it a target compiler or use some weird threading approach or do something colorforth-like or something 14:29:42 RodgerTheGreat: it's incredibly bland ; it's just the forth that will run on my architecture 14:29:48 presumably if i were smart 14:29:52 i would use somebody else's forth 14:29:54 metacompiler 14:29:56 but i am not smart. 14:29:59 hm 14:30:39 i think ASau did not approve when i said i was writing a naïve little forth that had nothing special about it :( 14:30:50 i need to learn forth better first though 14:30:52 well tbh he's kind of a dick 14:30:54 i just dove into implementing words 14:30:55 hehe 14:30:58 you don't say 14:31:47 kulp: if you want to get better at forth you should do some little projects 14:31:56 RodgerTheGreat: yeah i'm certain you're right 14:32:07 do you want ideas or something? 14:32:09 i just lack motivation to do little things when i have this huge thing that is more fun ;) 14:32:12 sure 14:32:14 :) 14:32:17 maybe something will catch my imagination 14:32:32 well I just wrote a chip8 interpreter in my dialect which was fun as heck 14:32:51 and a friend of mine did one in C using terminal control characters for the display 14:32:59 you could try doing one in gforth or such 14:33:28 similarly reading/writing simple file formats like BMP or WAV can be fun 14:33:46 cellular automata can make for good projects 14:34:13 if you do 1d stuff you don't even have to get fancy with control characters, you can just output ascii 14:34:48 for smaller stuff things like 99 bottles of beer or roman numeral conversion are classics 14:35:04 --- quit: epicmonkey (Ping timeout: 258 seconds) 14:35:14 kulp: any of that catching your fancy? 14:35:28 kulp, I'm writing forth for now seven years. 14:35:52 RodgerTheGreat: hmm yeah i could have fun with WAVs maybe 14:36:05 fantazo: haha and what does it do so far ? :D 14:36:09 yeah man figure out how to talk to your dsp 14:36:17 you could do audio filtering or synthesis 14:36:39 well first i would have to know what i was doing ... but it might be a way for me to combine learning in a few different domains 14:36:46 maybe a MOD player or something if you get sophisticated 14:37:52 Mako has a memory-mapped "audio port" that you just write PCM samples to. I believe you can do something similar on linux by simply piping stdout from an app to /dev/dsp 14:38:27 kulp: http://countercomplex.blogspot.com/2011/10/some-deep-analysis-of-one-line-music.html <- if you aren't already familiar 14:38:43 i used to do things like that in QBASIC 14:38:46 --- join: Onionnion (~ryan@adsl-68-254-165-219.dsl.milwwi.ameritech.net) joined #forth 14:38:49 on an old laptop when we went on trips 14:38:59 i was so impressed with my ability to make "screensavers" and bloopbloopy noises 14:39:00 hehe 14:39:01 so combine that technique with any forth interpreter you like 14:39:07 * kulp relives his childhood via forth 14:49:26 kulp: if you get anything working let me know 14:51:57 RodgerTheGreat: okay, to be honest the chances are not good in the near term because i'm more likely to plug away at my RTL design, but thanks for the ideas and i'll get to forth SOMETHING eventually for sure ! 14:58:21 --- join: epicmonkey (~epicmonke@188.134.41.112) joined #forth 14:59:01 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 15:03:44 --- quit: fantazo (Remote host closed the connection) 15:21:02 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 15:25:59 --- quit: epicmonkey (Ping timeout: 245 seconds) 15:58:17 --- quit: Tod-Work (Quit: Leaving) 16:06:58 --- quit: dto (Remote host closed the connection) 16:19:58 --- quit: kumul (Ping timeout: 256 seconds) 16:45:59 --- quit: ncv (Remote host closed the connection) 16:50:09 --- join: ASau` (~user@p4FF97E4B.dip0.t-ipconnect.de) joined #forth 16:51:24 --- quit: ASau (Ping timeout: 256 seconds) 16:51:46 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 17:00:30 --- quit: ktosiek (Ping timeout: 252 seconds) 17:02:41 --- join: ktosiek (~quassel@46.22.173.54) joined #forth 17:14:56 --- quit: Nisstyre-laptop (Quit: Leaving) 17:27:18 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 17:34:10 --- quit: kumul (Read error: Connection reset by peer) 17:34:35 --- join: kumul (~mool@c-76-26-237-95.hsd1.fl.comcast.net) joined #forth 18:02:47 --- join: beretta (~beretta@cpe-107-8-120-203.columbus.res.rr.com) joined #forth 18:05:04 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 18:26:57 --- quit: Nisstyre-laptop (Quit: Leaving) 18:52:02 --- quit: dto (Remote host closed the connection) 19:42:35 --- quit: Onionnion (Quit: Leaving) 20:15:22 --- quit: bluekelp (*.net *.split) 20:15:22 --- quit: dzho (*.net *.split) 20:18:10 --- join: Nisstyre-laptop (~yours@oftn/member/Nisstyre) joined #forth 20:20:20 --- join: bluekelp (~bluekelp@bluekelp.com) joined #forth 20:20:20 --- join: dzho (~deejoe@quercus.etrumeus.com) joined #forth 20:38:54 --- join: dto (~user@pool-96-252-62-13.bstnma.fios.verizon.net) joined #forth 21:17:34 --- quit: beretta (Quit: Leaving) 21:39:26 --- part: jdavidboyd left #forth 21:41:50 --- quit: dto (Remote host closed the connection) 22:15:14 --- join: malyn_ (~malyn@unaffiliated/malyn) joined #forth 22:15:30 --- quit: malyn (Ping timeout: 255 seconds) 22:17:57 --- join: cataska` (~user@210.64.6.233) joined #forth 22:18:22 --- join: ASau`` (~user@p4FF97E4B.dip0.t-ipconnect.de) joined #forth 22:25:38 --- quit: ASau` (*.net *.split) 22:25:39 --- quit: cataska (*.net *.split) 22:37:26 --- quit: kumul (Quit: Leaving) 23:05:32 --- quit: RodgerTheGreat (Quit: RodgerTheGreat) 23:59:59 --- log: ended forth/13.04.19