GithubHelp home page GithubHelp logo

cl-server's Introduction

DEPRECATED

This project is deprecated. Here are some of my expectation and how they did not work out.

  1. I aimed to write a tiny client that talks to a running lisp repl. The functionality should be a essential subset of lserver. The code should be concise and straightforward.

  2. The client should start fast, but I forgot this and chose to use shell. Of course, it is not so fast, but I do not know C well enough either. I can come back months later when my C skill is better.

  3. Probably the hardest part is the rpc protocol. I was not awared well enough that how the protocol should be designed. Lisp is rich but shell only speaks texts. How should the result from the server be formatted? Remember that even if the client is written in C, the server is meant to output to a shell pipe.

    $ ls -al | lisp-server "(magic-transformer *input*)" | ..
    

IDEAS

  1. Look at how daveray/clawk deals with outputs. Also see alecthomas/pawk.

  2. Look at the advantage of nushell.

cl-server's People

Contributors

jcguu95 avatar

Stargazers

 avatar

Watchers

 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.