Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from zevv/zForth

a fork for using `zevv/zForth` as the underlying language to impl busybox like toolset

License

yunfan/forthbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthbox

when i first know busybox at 20 years ago, i were amazing its huge contribution on shriking the size

of such a powerful toolset, and at that time , i just want to combine it to other language that i knew

at that time, lua and forth, thus, people could not only use it but also extend it at runtime under

emergency case

Now i had started the first step toward it, by using zevv/zForth as the underlying forth system, and

i just figured how to embeding the code file into my c sourcecode, and reference it while running.

so its possible to achieve my goal , though it would require countless day and night i guess

Notice

  • it just the first step
  • if anyone know any tricks that could shrink more size , please tell me in issue
  • i might finally move to a vm based forth, so please recommend that to me

About

a fork for using `zevv/zForth` as the underlying language to impl busybox like toolset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.1%
  • Forth 14.0%
  • Makefile 2.9%