Giter VIP home page Giter VIP logo

Comments (5)

thezhe avatar thezhe commented on August 20, 2024 2

Not sure if this is exactly what you're looking for, but I'm actively developing a virtual analog effects library called SOUL-VA. It has some useful functions vectorization as well as some support for filters and anti-derivative anti-aliasing. As far as I know there aren't any other SOUL libraries, although I remember seeing some sort of Docker thing for sharing SOUL snippets some months ago on GitHub... maybe someone is still using that. Even with the lack of activity here, I still prefer to use SOUL over other high-level/DSLs. Hope that helps a little bit.

from soul.

 avatar commented on August 20, 2024

That is cool, what I mean is I can not find any thing in the language that supports loading your library like Python's import, or Lua's require, or C #include and linker. import is a reserved keyword but there doesn't seem to be any kind of modular programming feature to make reusable code. It looks like a cool language but without modular code reusability there isn't any purpose to use it over C/C++, Lua, Python etc.

from soul.

thezhe avatar thezhe commented on August 20, 2024

Yeah, I don't know any way to '#include' other than via the source line in .soulpatch. I simply use SOUL to force myself to stop obsessively micro-optimizing in C/C++ and assembly :)

from soul.

 avatar commented on August 20, 2024

Nevermind, I don't understand this thing yet at all. I think you make a patch file and can import all your libraries into it from there. I will try to use your library to test it.

from soul.

thezhe avatar thezhe commented on August 20, 2024

No worries, the latest commit uses a more traditional library structure if you need an example.

from soul.

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.