Giter Club home page Giter Club logo

Comments (3)

Phi-Ho avatar Phi-Ho commented on June 8, 2024

P.S: Actually, this behavior seems to be inherited from the first generation (generated by 'make clean all TARGET=x86 OS=windows). These two files were moved to 'bin' subfolder:

Directory: F:\fun\lbforth\wsl.w4\bin

Mode LastWriteTime Length Name


-a---- 2020-11-14 4:03 AM 11560 forth.exe
-a---- 2020-11-14 4:03 AM 11560 x86-forth.exe

PS F:\fun\lbforth\wsl.w4\bin> ./forth
lbForth

File not found

from lbforth.

larsbrinkhoff avatar larsbrinkhoff commented on June 8, 2024

This is the expected behaviour. By default, src, the "system directory" (installation target), and the current directory is searched. This is from kernel.fth:

   s" src/" searched \ UGLY HACK
   sysdir searched
   s" " searched

sysdir is defined in the Makefile; the default is /usr/local/share/lbForth.

The lbForth .exe file only has a very minimal set of words, and depends on files in src to build up a full Forth. The most important file is core.fth.

from lbforth.

Phi-Ho avatar Phi-Ho commented on June 8, 2024

Thanks, it's good to know that lbForth is minimal at boot up and loading other words afterward.

Great design, thanks again.

Cheers,

phiho

from lbforth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.