Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. COMP.LANG.FORTH
  • EuroForth 2020 and 2021 proceedings available

    From Anton Ertl@21:1/5 to All on Wed Jan 4 09:05:26 2023
    You can find the proceedings at

    http://www.euroforth.org/ef20/papers/
    http://www.euroforth.org/ef21/papers/

    You can also find BibTeX entries for the papers and presentations
    there, as well as links to the videos (some of which are not
    represented in the proceedings PDF).

    The 2022 proceedings will be finished after the videos become
    available.

    - anton
    --
    M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
    comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
    New standard: https://forth-standard.org/
    EuroForth 2022: https://euro.theforth.net

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From NN@21:1/5 to All on Wed Jan 4 06:05:12 2023
    In paper :
    Peter Knaggs: Using Test Driven Development to build a new Forth interpreter (Video)

    Section 8.2 :

    <TRUE> should be 1S
    <FALSE> should be 0S

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anton Ertl@21:1/5 to november.nihal@gmail.com on Thu Jan 5 08:18:00 2023
    NN <november.nihal@gmail.com> writes:

    In paper :
    Peter Knaggs: Using Test Driven Development to build a new Forth interpreter (Video)

    Section 8.2 :

    <TRUE> should be 1S
    <FALSE> should be 0S

    I have forwarded your feedback to Peter Knaggs.

    - anton
    --
    M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
    comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
    New standard: https://forth-standard.org/
    EuroForth 2022: https://euro.theforth.net

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anton Ertl@21:1/5 to Anton Ertl on Thu Jan 5 11:58:26 2023
    anton@mips.complang.tuwien.ac.at (Anton Ertl) writes:
    I have forwarded your feedback to Peter Knaggs.

    Peter Knaggs reacted quickly, and sent me a fixed version of the
    paper, and I have updated the proceedings accordingly.

    - anton
    --
    M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
    comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
    New standard: https://forth-standard.org/
    EuroForth 2022: https://euro.theforth.net

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From NN@21:1/5 to Anton Ertl on Fri Jan 6 10:03:55 2023
    On Thursday, 5 January 2023 at 12:00:50 UTC, Anton Ertl wrote:
    an...@mips.complang.tuwien.ac.at (Anton Ertl) writes:
    I have forwarded your feedback to Peter Knaggs.
    Peter Knaggs reacted quickly, and sent me a fixed version of the
    paper, and I have updated the proceedings accordingly.
    - anton
    --
    M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
    New standard: https://forth-standard.org/
    EuroForth 2022: https://euro.theforth.net

    Thank you.

    I was hoping to give the C code a try but , the link : https://www.rigwit.co.uk/forth/baseforth.c
    is not reachable . I get Error code: SSL_ERROR_INTERNAL_ERROR_ALERT

    The website works ( http://www.rigwit.co.uk/index.html ) except the forth link, so perhaps
    the c-code is not for the public domain .

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anton Ertl@21:1/5 to november.nihal@gmail.com on Fri Jan 6 18:56:10 2023
    NN <november.nihal@gmail.com> writes:
    I was hoping to give the C code a try but , the link : https://www.rigwit.co.uk/forth/baseforth.c
    is not reachable . I get Error code: SSL_ERROR_INTERNAL_ERROR_ALERT

    The website works ( http://www.rigwit.co.uk/index.html ) except the forth link, so perhaps
    the c-code is not for the public domain .

    http://www.rigwit.co.uk/forth/baseforth.c

    works, and

    https://www.rigwit.co.uk/index.html

    gives the same error. Apparently SSL is not supported there.

    - anton
    --
    M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html
    comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
    New standard: https://forth-standard.org/
    EuroForth 2022: https://euro.theforth.net

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From NN@21:1/5 to Anton Ertl on Sat Jan 7 06:18:44 2023
    On Friday, 6 January 2023 at 18:57:58 UTC, Anton Ertl wrote:
    NN <novembe...@gmail.com> writes:
    I was hoping to give the C code a try but , the link : https://www.rigwit.co.uk/forth/baseforth.c
    is not reachable . I get Error code: SSL_ERROR_INTERNAL_ERROR_ALERT

    The website works ( http://www.rigwit.co.uk/index.html ) except the forth link, so perhaps
    the c-code is not for the public domain . http://www.rigwit.co.uk/forth/baseforth.c

    works, and

    https://www.rigwit.co.uk/index.html

    gives the same error. Apparently SSL is not supported there.
    - anton
    --
    M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html
    New standard: https://forth-standard.org/
    EuroForth 2022: https://euro.theforth.net


    thank got the code.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • Who's Online

  • Recent Visitors

    • Bob Worm
      Mon May 12 13:41:28 2025
      from Wales, Uk via Telnet
    • Gwylbert
      Mon May 12 05:32:08 2025
      from Sydney, Nsw via Telnet
    • Centurion
      Mon May 12 05:18:30 2025
      from Berea, Ohio via Telnet
    • Foriest Jan Smith
      Mon May 12 03:34:28 2025
      from Natchitoches, La via SSH
    • Plume
      Mon May 12 02:17:08 2025
      from Uk via SSH
    • Centurion
      Mon May 12 00:44:41 2025
      from Berea, Ohio via Telnet
    • Bob Smith
      Mon May 12 00:15:43 2025
      from Here via Raw
    • Brianm
      Sun May 11 22:42:59 2025
      from Glasgow via Raw
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 475
    Nodes: 16 (2 / 14)
    Uptime: 22:41:14
    Calls: 9,488
    Calls today: 7
    Files: 13,617
    Messages: 6,121,095

© >>> Magnum BBS <<<, 2025