5 comments

  • Jeaye3 hours ago
    Please link to <a href="https:&#x2F;&#x2F;book.jank-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;book.jank-lang.org&#x2F;</a> for anything related to the jank alpha. I wasn&#x27;t quite ready to announce the alpha, but I appreciate that folks are excited. :)<p>There&#x27;s just a couple more compiler features I wanted to get merged, but everything should be in order for folks to follow the book and try jank out.
    • pxc2 hours ago
      Hi! I&#x27;m excited about jank and so I&#x27;m excitedly reading through the book you just linked. I noticed some grammatical errors. Will you consider PRs to the `book` section of the code, or would you prefer feedback in some other format in order to better maintain your authorial voice?
      • Jeaye2 hours ago
        Hi! I&#x27;m happy to accept grammatical PRs to the book. You could also report issues via Slack or Github issue. I will not be accepting larger PRs to the book, to maintain a consistent voice.
        • pxc2 hours ago
          Cool! I&#x27;m still reading, but when I&#x27;m done I&#x27;ll open a PR for the few small issues I&#x27;ve seen.<p>Thanks for your work on jank! I hope the Alpha brings you lots of new users, useful bug reports, and some contributors. :)
    • agumonkey17 minutes ago
      big kudos to all involved
  • makemethrowaway4 hours ago
    Accompanying book: <a href="https:&#x2F;&#x2F;book.jank-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;book.jank-lang.org&#x2F;</a>
  • jiehong2 hours ago
    Is there a static type system included&#x2F;inferred?<p>Couldn’t not find the answer
    • pxc1 hour ago
      As a dialect of Clojure, it&#x27;s a dynamically typed language. But its designer has expressed interest in eventually adding static type checks via a gradual typing system¹:<p>&gt; I mentioned that a native Clojure is the first step toward my dream language. Indeed, it doesn&#x27;t stop there. jank will always be a Clojure dialect, but it will also optionally support more. Features like gradual typing (maybe linear typing), more explicit memory management, value-based errors, and stronger pattern matching, to name a few, improve upon Clojure. This will allow another axis of control, where some parts of the program can remain entirely dynamic and garbage collected while others are thoroughly controlled and better optimized. That’s exactly the control I want when programming.<p>--<p>1: <a href="https:&#x2F;&#x2F;jank-lang.org&#x2F;blog&#x2F;2025-01-10-i-quit-my-job&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jank-lang.org&#x2F;blog&#x2F;2025-01-10-i-quit-my-job&#x2F;</a>
    • Jeaye1 hour ago
      No full-lang static type system. jank has seamless C++ interop and all interop is statically typed, but as soon as things get back into Clojure land, it&#x27;s all dynamically typed and hella polymorphic.<p>I will be exploring optional static typing modes for jank in the future, a la Carp. That will not be this year, though.
    • gleenn1 hour ago
      It is implementing Clojure which does not have static typing so my strong assumption would be no
      • Zak1 hour ago
        Clojure offers static typing as a library.
  • brcmthrowaway1 hour ago
    I thought someone named Jank Lang found investment alpha.
  • forty2 hours ago
    For a second, I misread and thought it was going to be about this guy <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jack_Lang_(French_politician)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jack_Lang_(French_politician)</a>