Skip to content

Update error message for out of memory errors.  #74

Description

@jpwalbran

Right now, babel does not have any specific error messages for the out of memory error that occurs, (for example, in infinite loops).
Fast way to achieve this:

(defn dbl [s1 s2]
  (str s1 s1 s2)
 )
 
 (reduce dbl (range))

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