-
Hello.
I have got the following error.
Could you please check this out? I have attached the `sessionInfo()`, too.
Thanks!
```
> library(svydb)
> data(nhane)
> nh.dbsurv = svydbdesign(st = S…
-
# Example project
So I created a minimal project showcasing the problem [here](https://github.com/ndzik/minex).
# Versions
`hie-bios version 0.8.1 compiled by GHC 8.10.7`
Project also compiles w…
ndzik updated
2 years ago
-
Given a Steme program without any type annotations, how much do we want to allow it to be different from a Scheme program? For example, do we want to have the same procedures with more or less exactly…
-
The [IDE protocol](https://idris2.readthedocs.io/en/latest/implementation/ide-protocol.html#output-highlighting) has a few messages for formatting text.
* [x] We should refactor the pretty printer…
-
### What program did you run?
```
Chez Scheme Version 9.5.7
Copyright 1984-2021 Cisco Systems, Inc.
> `,@0
,@0
> `,@v
,@v
>
```
### What should have happened?
I read the introduction a…
-
```r
Milk.ensemble
-
I much prefer to use quasiquote than `close-syntax`, but I often have to use `close-syntax` to append a `(List Syntax)` at the end of a `list-contents`. Being able to write
```
`(list ,@xs)
```
…
-
In SAWScript, you can embed Cryptol expressions inside of other Cryptol expressions automatically, e.g.,
```
let a = {{ g x }};
let b = {{{ foo a }};
```
However, the equivalent of this in Py…
-
[Hacker News wants unquotes](https://news.ycombinator.com/item?id=10326221). We happily oblige.
## Unquotes in expressions
Whenever the parser is ready to parse a term, it should also expect an unquo…
masak updated
3 weeks ago
-
It came up in https://github.com/ghc-proposals/ghc-proposals/pull/125 that `QuasiQuotes` is basically a work-around for not have good multi-line string literal syntax (in conjunction with TH splices),…