Juniper icon indicating copy to clipboard operation
Juniper copied to clipboard

Results 5 Juniper issues
Sort by recently updated
recently updated
newest added

I currently try to build and upload the blink example with VsCode using the Arduino IDE. But I get the following error message when I try to compile the generated...

I'm having a hard time writing a program that fades in and out a led, this is what i'm trying: ``` module Blink open(Prelude, Io, Time) let boardLed = 11...

We currently cannot track what variables a C++ block uses, leading to potential ordering problems when generating output C++. For example, a inline C++ in a function may refer to...

Hello! The language looks awesome! I just started using it but I didn't find editor support except for syntax highlighting, so I started to create a Language Server Protocol implementation...

Currently Juniper does not check for exhaustiveness of pattern matches in match or let blocks. This feature is common in functional languages and is important for avoiding unexpected crashes. It...