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

    • Thlc
      Sat Sep 13 17:11:34 2025
      from Rognac, France via Telnet
    • Thlc
      Sat Sep 13 17:04:03 2025
      from Rognac, France via Telnet
    • Thlc
      Sat Sep 13 16:32:19 2025
      from Rognac, France via SSH
    • Thlc
      Sat Sep 13 15:41:11 2025
      from Rognac, France via SSH
    • Thlc
      Sat Sep 13 07:56:03 2025
      from Rognac, France via SSH
    • Gretchiie
      Sat Sep 13 07:22:10 2025
      from Derry, Nh via Telnet
    • Thlc
      Sat Sep 13 06:57:56 2025
      from Rognac, France via SSH
    • Thlc
      Sat Sep 13 06:47:28 2025
      from Rognac, France via SSH
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 546
    Nodes: 16 (2 / 14)
    Uptime: 145:22:30
    Calls: 10,383
    Calls today: 8
    Files: 14,054
    D/L today: 2 files
    (1,861K bytes)
    Messages: 6,417,685

© >>> Magnum BBS <<<, 2025