Giter VIP home page Giter VIP logo

Comments (7)

kanaka avatar kanaka commented on May 12, 2024

Some of the implementations also build the final executable as a file named mal. Unfortunately there is no way I know files by a name but not directories with that name. I've removed that and added the specific implementations that use that.

from mal.

mrjbq7 avatar mrjbq7 commented on May 12, 2024

Okay, thanks. I could have also fixed by making vocabularies named mal-core instead, I suppose. If that makes it easier for you I can do that change.

from mal.

kanaka avatar kanaka commented on May 12, 2024

Nah, don't worry about it. */mal was too broad. But was added back when there was less than half as many implementations.

from mal.

mrjbq7 avatar mrjbq7 commented on May 12, 2024

I always thought binaries should be named after their stages, so final one would be stepA_mal...

from mal.

kanaka avatar kanaka commented on May 12, 2024

Yes, that's true, but another thing that some implementation do in their Makefile is create a standalone mal program. For compiled languages, this usually just involves copying stepA_mal to mal. For the non-compiled languages, the intention is that all the dependent sources are copied (and lightly mangled as necessary to live in one file) into mal.EXT. For example, if you build mal.sh in the bash implementation, you will get an executable script named mal.sh that can be run standalone. This is implemented in a few language so far, but that's the background for why */mal was ignored (and someday I would like to continue to make the standalone mal program for every implementation)

from mal.

mrjbq7 avatar mrjbq7 commented on May 12, 2024

It would be a nice idea for Factor to have mal/mal.factor be the "final/full" implementation. Then we could "mal" deploy and get a nice binary.

If you don't mind me asking, how would you suggest I do this? Manually copy of the code from stepA_mal.factor (or vice versa)? Make it a part of a make step?

Thanks,

from mal.

kanaka avatar kanaka commented on May 12, 2024

I would say create a make rule that compiles/deploys each of the steps. Then an additional rule would copy the compiled/deployed stepA_mal to mal/mal or something like that. There are quite a few examples of similar sorts of things in various implementations. For example, haskell/Makefile might be a good starting point.

from mal.

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.