Code Monkey home page Code Monkey logo

Comments (2)

facundominguez avatar facundominguez commented on May 29, 2024

Work in progress branches

master...fd/bytecode-table
This has an implementation of a bytecode table. The static pointer table is not used anymore to embed java bytecode in executables. The main problem with it is that if the programmer forgets to pass -fplugin=Language.Java.Inline.Plugin to ghc, it will get NoClassDefFoundException at runtime. This is going to be solved by https://ghc.haskell.org/trac/ghc/ticket/13608#comment:21. While that is not implemented, the situation will improve when the generation of Java happens in the plugin, because in that case we can have the code produce a better runtime error when the quasiquotation annotations are not removed.

master...fd/plugin-types
This is not a finished feature but some hacking on the inline-java plugin to show how the program can be annotated with a function that carries the types that the plugin will need to generate the java code. It features a function to convert TH names into Core names, and a Core pass to collect the occurrences of the function used to annotate the quasiquotations.

from inline-java.

facundominguez avatar facundominguez commented on May 29, 2024

#81 has been merged.

from inline-java.

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.