Code Monkey home page Code Monkey logo

gsoc's People

Contributors

paf31 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

seanpm2001

gsoc's Issues

FFI Tools

Possible directions:

  • Develop a tool for converting IDL files into PureScript FFI modules, using purescript-webidl.
    • Use your tool to improve the state of PureScript's HTML5 bindings.
  • Develop a tool for creating succinct FFI specifications in YAML files, and converting those specifications into FFI modules.
  • Develop a tool for generating .d.ts files from PureScript's externs files.

New Backends

Possible directions:

  • Survey the existing work on multiple backends (pure11, pure14, truffled-purescript, Lua, etc.)
  • Extend/define appropriate ASTs to extract common features used during code generation
  • Implement a new code generator or port an existing one to use your new machinery.
  • Port some core libraries to a new backend, or implement a killer application for a new backend.

Template PureScript

Possible directions:

  • Design a PureScript library for generating code at compile time.
  • Either:
    • Implement an interpreter for PureScript's functional core language.
    • Implement a bridge to allow psc to evaluate PureScript code using NodeJS during compilation.
  • Use your interpreter and library to compile and run PureScript code at compile time.
  • Demonstrate some application of Template PureScript:
    • Type-safe HTML templating
    • Type class deriving

Inlining

Possible directions:

  • Add syntax to instruct the compiler to inline a particular function.
  • Implement inlining in the compiler at various points in the compilation pipeline.
  • Update the core libraries to inline key functions.

PSCi Improvements

Possible directions:

  • Expand the support for browser-based evaluation, with support for things like canvas graphics, web audio, DOM manipulation, etc.
  • Implement :load functionality.

Source code formatting tool

Develop a source code formatting and highlighting tool:

  • Create an AST for formatted PureScript source code.
  • Implement one or more formatters: plain text, HTML, etc.
  • Integrate your tool into Pursuit's "source" functionality.

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.