17:10:16
##forth
<xentrac>
oh hi unjust! glad to see you back! how have you been?
18:39:13
##forth
<anthk_>
the pfe editor looks a but buggy
18:40:11
##forth
<vms14>
welcome to forth :D
18:44:34
##forth
<cleobuline>
forthBot: S" ." Welcome here " "S S" zozo.fth"S
18:44:43
##forth
<cleobuline>
forthBot: LOAD zozo.fth
18:44:44
##forth
<forthBot>
Une quatrième 'string'
18:44:44
##forth
<forthBot>
Une cinquième 'string'
18:45:43
##forth
<cleobuline>
forthBot: LOAD zozo.fth APPEND
18:45:43
##forth
<forthBot>
Error: Error: LOAD: Cannot open file 'zozo.fth APPEND'
18:46:06
##forth
<cleobuline>
forthBot: S" ." Welcome here " "S S" zozo.fth"S APPEND
18:46:12
##forth
<cleobuline>
forthBot: LOAD zozo.fth
18:46:12
##forth
<forthBot>
Une quatrième 'string'
18:46:12
##forth
<forthBot>
Une cinquième 'string'
18:46:13
##forth
<forthBot>
Welcome here
18:48:18
##forth
<anthk_>
pfe often forgets the block file I opened
18:49:36
##forth
<vms14>
forthBot: ." :D "
18:49:36
##forth
<forthBot>
:D
18:50:56
##forth
<cleobuline>
forthBot: S" : :D ." :D ; "S S" zozo.fth"S APPEND
18:51:06
##forth
<cleobuline>
forthBot: LOAD zozo.fth
18:51:06
##forth
<forthBot>
Une quatrième 'string'
18:51:07
##forth
<forthBot>
Une cinquième 'string'
18:51:07
##forth
<forthBot>
Welcome here
18:51:07
##forth
<forthBot>
Error: Unknown word: :D
18:52:10
##forth
<cleobuline>
forthBot: S" : :D ." :D " ; "S S" zozo.fth"S APPEND
18:52:14
##forth
<cleobuline>
forthBot: LOAD zozo.fth
18:52:14
##forth
<forthBot>
Une quatrième 'string'
18:52:14
##forth
<forthBot>
Une cinquième 'string'
18:52:15
##forth
<forthBot>
Welcome here
18:52:15
##forth
<forthBot>
Error: Unknown word: :D
18:54:19
##forth
<cleobuline>
forthBot: LOAD zozo.fth
18:54:19
##forth
<forthBot>
Une quatrième 'string'
18:54:20
##forth
<forthBot>
Une cinquième 'string'
18:54:20
##forth
<forthBot>
Welcome here
18:54:20
##forth
<forthBot>
:D
18:55:02
##forth
<anthk_>
I do it faster by editing txt files as screens and converting back to blocks
18:58:03
##forth
<vms14>
you should extend it to suit your needs if you will keep using pfe for a while
20:16:21
##forth
<unjust>
xentrac: hey xentrac. doing alright, and glad to see you're still around as well!
20:49:36
##forth
<forthBot>
Environment for vms14 inactive, freeing...
20:54:19
##forth
<forthBot>
Environment for cleobuline inactive, freeing...
23:16:34
##forth
<veltas>
anthk_: No not really
23:23:43
##forth
<veltas>
There's a starting forth style editor that comes with gforth actually, which is alright
23:37:01
##forth
<tpbsd>
veltas, Ive nearly finished my other project, it's called 'Plang2' which means 'peripheral language' (for stm32 Cortex-M with forth)
23:37:25
##forth
<tpbsd>
I have a pic of the Plang IDE for anyone who is interested
23:38:21
##forth
<tpbsd>
the bottom is a quickfix window for fast navigation
23:39:02
##forth
<tpbsd>
the right window is a Swdcom Forth terminal for Mecrisp-Stellaris with command recall and completion
23:39:21
##forth
<tpbsd>
the middle left is the project source
23:40:55
##forth
<tpbsd>
the top left is the actual source thats uploaded to the Forth mcu after being transformed automatically by Plang which transforms labels into absolute addresses, strips comments and blank lines etc
23:41:19
##forth
<tpbsd>
the programmers Forth source isnt altered
23:41:54
##forth
<tpbsd>
the two left code windows are viewing the same area
23:42:14
##forth
<tpbsd>
in other words it's the same code as far as the mcu is concerned
23:56:44
##forth
<veltas>
Very impressive work