basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
198 stars 4 forks source link

Added `==` as an alias for `=` #868

Closed ikappaki closed 4 months ago

ikappaki commented 4 months ago

Hi,

could you please consider patch to add == as an alias for =. Fixes #859.

I've also updated the doc to describe the difference of int vs float comparison in basilisp vs Clojure.

Thanks

ikappaki commented 4 months ago

With latest update, I noticed that .. _arithmeticdivision in the docs was missing a colon at the end from the last commit, and corrected that as well.