Coder Social home page Coder Social logo

Pretty printing about mal HOT 6 CLOSED

kanaka avatar kanaka commented on May 10, 2024
Pretty printing

from mal.

Comments (6)

kanaka avatar kanaka commented on May 10, 2024

I'm not sure what you mean by "got back a pretty long s-expression". I haven't personally looked at pretty printing in mal. However, I don't think it should be too difficult. You can probably base it on another Lisp pretty printer. I think the main challenge you may run into is that mal currently is very limited in terms of string functions. So for example (count str) works in some implementations (e.g python and ruby at least) due to duck typing but will probably throw an exception in others. But if you get it working in those, then that will be good motivation to get better string support in other implementations. Also, the examples/ directory would be a good place for this once you have it working reasonably well.

from mal.

ktodyruik avatar ktodyruik commented on May 10, 2024

Any suggestions on places to start looking for existing (and simple) pretty-print implementations?

from mal.

kanaka avatar kanaka commented on May 10, 2024

@ktodyruik I added an rudimentary example pprint that support lists, vectors, and maps and scalar types: https://github.com/kanaka/mal/blob/master/examples/pprint.mal If you want to support functions, atoms, etc or intelligent line breaks you'll need to add that yourself but the example should help you get going. E.g. the example breaks every element of sequential data into it's own line. More sophisticated pprint implementations will try and fit sequential collections onto the same line unless their visual representation would be too wide (i.e. most pprint implementations have a max width settings that they try and stay under).

from mal.

ktodyruik avatar ktodyruik commented on May 10, 2024

@kanaka Thanks!

from mal.

ktodyruik avatar ktodyruik commented on May 10, 2024

@kanaka I tried running your example. Where is 'seq' implemented?

from mal.

kanaka avatar kanaka commented on May 10, 2024

@ktodyruik seq/string? are new functionality that is currently in progress. The branch issue_166_string_ops has implementations of seq and string? for bash, c, clojure, coffeescript, ES6, JavaScript, Haxe, MATLAB, miniMAL, Python, and RPython. Try those. You can follow progress on implementation of seq/string? for other implementations in #166.

from mal.

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.