bosatsu icon indicating copy to clipboard operation
bosatsu copied to clipboard

A python-ish pure and total functional programming language

Results 132 bosatsu issues
Sort by recently updated
recently updated
newest added

Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from 3.3.12 to 3.3.14. [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.3.14) - [Version Diff](https://github.com/typelevel/cats-effect/compare/v3.3.12...v3.3.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) from 1.10.0 to 1.10.1. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.10.1) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.10.0...v1.10.1) I'll automatically update this PR to resolve conflicts as long as...

Updates * [com.thesamet.scalapb:compilerplugin](https://github.com/scalapb/ScalaPB) * [com.thesamet.scalapb:scalapb-runtime](https://github.com/scalapb/ScalaPB) from 0.11.10 to 0.11.11. [GitHub Release Notes](https://github.com/scalapb/ScalaPB/releases/tag/v0.11.11) - [Changelog](https://github.com/scalapb/ScalaPB/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/scalapb/ScalaPB/compare/v0.11.10...v0.11.11) I'll automatically update this PR to resolve conflicts as long as you don't...

Updates com.lihaoyi:acyclic_2.13.7 from 0.3.2 to 0.3.3. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

https://www.cl.cam.ac.uk/~nk480/bidir.pdf Claims to be a simpler and proven to be sound algorithm capable of handling the same language.

Updates * org.scala-lang:scala-library * org.scala-lang:scala-reflect from 2.13.7 to 2.13.8. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

This is a list of syntax issues that seem irregular or confusing and should be possibly changed.

One use case for bosatsu, somewhat similar to json generation would be protobuf generation. So, you would have a tool to generate bosatu types and values for protobuf values, then...

If the signature is exactly the same they should differ in patch. If the signature of the newer is bigger (always the same for names where there is an overlap)...

We currently in matchless have a LoopFn node: https://github.com/johnynek/bosatsu/blob/f9ef6767321c682ed392bf2425f13e976b7e4db8/core/src/main/scala/org/bykn/bosatsu/Matchless.scala#L41 this is a tail recursive function. One problem here is that it harms inlining somewhat: it is not solved how to...