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
      Tue Jul 1 14:38:17 2025
      from Wales, Uk via Telnet
    • Plume
      Tue Jul 1 13:20:01 2025
      from Uk via SSH
    • Gwylbert
      Tue Jul 1 10:35:03 2025
      from Sydney, Nsw via Telnet
    • Centurion
      Tue Jul 1 07:44:07 2025
      from Berea, Ohio via Telnet
    • Plume
      Tue Jul 1 03:59:33 2025
      from Uk via Raw
    • Plume
      Tue Jul 1 03:36:58 2025
      from Uk via Raw
    • Bob Worm
      Mon Jun 30 21:46:33 2025
      from Wales, Uk via Telnet
    • Bob Worm
      Mon Jun 30 16:56:01 2025
      from Wales, Uk via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 502
    Nodes: 16 (2 / 14)
    Uptime: 213:18:24
    Calls: 9,878
    Calls today: 6
    Files: 13,791
    Messages: 6,205,274

© >>> Magnum BBS <<<, 2025