Giter Club home page Giter Club logo

Comments (3)

pfusik avatar pfusik commented on June 18, 2024

Thank you for sharing your ideas! In addition to "Issues", there are also "Discussions". But let's continue this topic here.

I fully support this direction. I would definitely need help in implementing these. It's not the actual implementation that's most time consuming, but a design of the API in a way that can be transpiled to the target languages. Browsing through all the standard libraries (and external libraries in case of C/C++) takes time. What you already mentioned for JSON is probably already 20% of progress.

It is tempting to list all the missing features, but I'd suggest to start with one and see how it goes. Please pick one of the above that you're most familiar with, need most or think would be easiest. Then just list the classes, methods and translations (preferrably with documentation links) as a GitHub issue. Then write a Fusion test for it and I can help with the actual implementation.

from fut.

caesay avatar caesay commented on June 18, 2024

Is there a way to just run specific tests, eg. if I write a new test for string.ToLower(), right now trying to run make test -j20 -k takes a long time and has a lot of errors for tests I'm not concerned with

from fut.

pfusik avatar pfusik commented on June 18, 2024

Of course! For example, to run the Basic.fu test, use:

make -j20 test-Basic.fu

I have configured a key shortcut in my editor (SciTE) to run the test for the current file:

command.3.*=make -C PATH-TO-FUT-REPO -j7 test-$(FileNameExt)

from fut.

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.