Giter Site home page Giter Site logo

tablescript's Introduction

tablescript

a scripting language for tablesaw

I'm not sure how far I will take this, at present it is a hobby effort, but it's something I've wanted to do for a few years so, maybe.

The idea is to write an interpreted, dynamically typed language that will get transpiled to Java and execute tablesaw commands in a more user-friendly way than is possible with native java tablesaw.

I've looked at a number of existing language designs: Smalltalk & Newspeak, SQL & Quel, Julia & R, Python & Pandas, as well Q and spreadsheets.

##Desiderata:

  • purely object oriented: prototype inheritence (no classes), everything is a message
  • super simple syntax
  • 3 kinds of messages: unary (a factorial), binary (3 * 4), and keyword (aString replace: "xyz" with: "123").
  • reflective: Mirror-based?
  • high performance: Hard work is done in Tablesaw's primative-heavy, native Java
  • modular
  • Notebook-style interface
  • REPL
  • access control (public, private, ...)
  • version-control friendly

I will provide additional information as the design solidifies.

tablescript's People

Contributors

lwhite1 avatar

Watchers

 avatar  avatar  avatar

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.