2024-04-15 00:00:19 MrMobius: I see nothing but complications and overhead. And anything written about it only confirms it. They are clueless!! It is a punishment for anyone who doesn't think and look enough. 2024-04-15 00:01:21 DKordic: running existing code in a browser is pretty cool and the performance is supposed to be ok. what are people writing about it that's so bad? 2024-04-15 00:01:25 crc: Aaaah, you mean you can't decompile the names of the calls in the SEE right? So the output would be hard to read. 2024-04-15 00:01:48 correct 2024-04-15 00:02:17 it's basically no better than doing a dump: http://forth.works/temp/dump.txt 2024-04-15 00:03:33 ok, I SEE now xD 2024-04-15 00:05:06 Btw your forth will probably have a strong influence on mine! I really like the concept of sigils and quotations 2024-04-15 00:05:24 my larger system doesn't have this limit (it tracks the pointer to previous entry, address, a pointer to a class handler, hash, a pointer to a string with the filename the word was defined in, and then the name of the word) 2024-04-15 00:05:41 but the headers take a lot more space :) 2024-04-15 00:06:00 But one thing I want to do different is to get rid of the compile/interpret state, so the sigils will dictate what gets compiled and how. 2024-04-15 00:06:09 sigils & quotations are nice to have, in my opinion 2024-04-15 00:06:53 I really like it yes, and also your implementation is very elegant and simple, it'd be a shame to miss that 2024-04-15 00:07:07 you might want to look at FreeForth (http://christophe.lavarenne.free.fr/ff/) for ideas on eliminating state 2024-04-15 00:10:17 I heard about it on reddit from the AbleForth guy. but I could not understand much of the ableforth vm code... 2024-04-15 00:12:48 I'll have a look for sure, so far I was thinking that anything without a sigil is interpreted on the spot and sigil basically will dictate how to compile, like ',' compile a call and '^' inlines an opcode, ':' new dictionnary entry and for now that's it. 2024-04-15 00:13:18 I just have to think on how to compile/interpret variable access and strings too 2024-04-15 00:13:34 I didn't ever really try AbleVM/AbleForth 2024-04-15 00:16:27 MrMobius: I am interested in You Experience Report. Please enlighten me (honestly). How difficult were the initial examples for You? How straightforward was it? Compared to RISC-V? I see absolutely no advantage. WASM restrictions are empty promises that is ""security"". 2024-04-15 00:18:04 DKordic: compared to RISC-V is an apples and oranges comparison. I'm not trying to argue with you. I'm honestly asking since I admit I don't know much about webassembly. To answer your question, it wasn't very hard to get webassembly set up and outputting a listing which is what I wanted it to do 2024-04-15 01:08:39 crc: Thanks for sharing FreeForth, looks like I'll be able to learn a lot from both the statelessness and the dictionary that grows from high to low mem! :) 2024-04-15 01:10:21 I think mixing that with the sigils and quotations might lead to a very flexible and interesting forth 2024-04-15 16:27:47 lf94: Adding e.g. SIMD is trivial for any normal forth, if it's not already there 2024-04-15 16:28:18 As it's normal to have an assembler in the forth, and all the vector extensions are really easy to generate instructions for 2024-04-15 16:29:29 UFO seen on north sky, over and out 2024-04-15 16:40:27 Sorry? 2024-04-15 17:47:39 Anyone got a simple x86 forth assembler I can steal? 2024-04-15 17:48:47 I am currently reading and drawing some inspiration from freeforth for my own forth, it looks pretty simple imo 2024-04-15 17:49:53 nature do you have any excperience of alien abduction 2024-04-15 17:50:53 veltas: for 32-bit, https://codeberg.org/jmf/impexus/src/branch/main/rasc/rasc-x86.retro 2024-04-15 17:51:08 draw your ecperience from that one, nature 2024-04-15 17:51:41 i am middle aged 2024-04-15 17:53:35 Quex69: what's prompting the UFO/alien stuff? 2024-04-15 17:54:51 crc ive seen ufo 2024-04-15 17:55:08 are you man in black? 2024-04-15 17:56:43 I seldom wear non-black clothing 2024-04-15 18:00:30 Quex69: nope, but I've seen a ufo once as a kid, nothing spectacular just weird ligths in the sky 2024-04-15 18:01:00 Thanks crc 2024-04-15 18:11:36 Albert van der Horst ported his assembler to retro9, https://retroforth.org/get/apps/files/asm.forth 2024-04-15 18:13:36 https://github.com/albertvanderhorst/ciasdis is his full assembler/disassembler 2024-04-15 18:24:51 the only other one I have is http://forth.works/temp/asm3.txt which was part of retro3 2024-04-15 19:13:15 UFO was a nice band back in the day. 2024-04-15 19:13:26 they were to the best of my knowledge not aliens, or from A51 2024-04-15 19:13:42 https://en.wikipedia.org/wiki/UFO_%28band%29 2024-04-15 19:14:14 Al2O3 its about band 2024-04-15 19:14:37 Quex69 sounded like you were talking abduction and space craft. 2024-04-15 19:14:37 aliens are here though 2024-04-15 19:15:02 most would agree the lizards are the politicians. 2024-04-15 19:15:05 Al2O3 ive never been abucted 2024-04-15 19:15:13 there is always a first time chance. 2024-04-15 19:15:20 but ive seen alien craft 2024-04-15 19:15:24 pretty sure also, you would not be allowed to remember it. 2024-04-15 19:15:42 it looked like a cigar 2024-04-15 19:15:52 Oh, I've seen all kinds of aliens, mostly in Hollywood, on the big screen and in theatre, along with protesting lines in front of government buildings. :) 2024-04-15 19:16:03 and it moved swiftle across skie 2024-04-15 19:16:16 Well, I would not expect it to move at any other speed. 2024-04-15 19:16:20 Al2O3pay attention 2024-04-15 19:16:44 it looked sivlery blue in reflection 2024-04-15 19:16:52 the best part of those that have seen alien craft, usually have no documentation of it other than 1st, 2nd or 3rd person reports. 2024-04-15 19:17:06 and it didnt made any noise 2024-04-15 19:17:10 its kinda a false positive conundrum. 2024-04-15 19:17:23 Al2O3 shut up 2024-04-15 19:17:32 you dont tell me what i saw 2024-04-15 19:17:46 i know what i saw 2024-04-15 19:17:58 and it was weird as shit 2024-04-15 19:18:07 :S 2024-04-15 19:19:03 i am still in state of shock 2024-04-15 19:19:30 most confessions, and witness reports given in a state of shock are discounted as not trustworthy. 2024-04-15 19:19:44 so good luck, hope you sort it out. 2024-04-15 19:20:05 UFO could be a great meme for a forth implementation that simply tests 3 4 + unknown 2024-04-15 19:20:07 Al2O3 youre a goat fyucker, shut up 2024-04-15 19:20:33 obnoxious piece of shit too 2024-04-15 19:20:45 Quex69: please be civil. 2024-04-15 19:20:52 crc 2024-04-15 19:21:00 sorry, ill me civil 2024-04-15 19:21:07 im quiet 2024-04-15 19:31:13 Quex69: you w 2024-04-15 19:31:30 Quex69: you might want to visit #ufo for ufo-related chat 2024-04-15 22:38:40 Not to feed the fire but as much as Quex69 sounds a bit enlightened, as I said I saw one too like decades ago. Nothing fancy, just three lights (looked like stars) soaring through the sky. Called the local observatory with my dad and they told us a few other people saw it and called, but they didn't know what it was. Just felt like nuancing a bit the conversation, not trying to start a discussion about it :) 2024-04-15 22:41:29 did it run forth? 2024-04-15 22:41:44 Highly likely 2024-04-15 22:42:43 Would it run a standard forth or more like a colorforth?