Skip to content

bigint is slightly different from the clj version #792

Description

@djblue

Jank:

% jank repl
user=> (bigint "42N")
42N
user=> (bigint "42")
42N

Clojure:

% clj
Clojure 1.12.2
user=> (bigint "42N")
Execution error (NumberFormatException) at java.lang.NumberFormatException/forInputString (NumberFormatException.java:67).
For input string: "42N"
user=> (bigint "42")
42N

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions