Git Product home page Git Product logo

edn-java-guava's People

Contributors

bpsm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

edn-java-guava's Issues

provide configurable policy for handling 'nil' in collections

Suggested policies:

  • Forbid nil. This is the current policy. A nil as a value or key in any collection will trigger a NullPointerException.
  • Elide nil. Nil elements in sets and lists will be omitted. Map entires with nil key or value will be omitted.
  • Always use optional: all elements of all collections will each be wrapped in an Optional.

Bonus points for:

  • Use optional when required: values or keys of any given collection may or may not each be wrapped in an Optional, depending on wether this particular collection contains at least one nil or not.

"()" Lists should print as "()" Lists

Currently "(1 2)" and "[1 2]" will both print as "[1 2]". Both are parsed as ImmutableList, which implements RandomAccess. Everything that implements RandomAccess is currently printed as a vector by edn-java.

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.