spamegg

Results 18 issues of spamegg

- added `dune` and `dune-project` files, so that we can now build and test with `dune test` - added `test` directory, added test files for `quicksort` and `linear_search` From now...

`make -j 8 tests` works fine. Tests build successfully. `make run-tests` returns $ make run-tests [ 1%] Built target clew [ 7%] Built target easycl [ 44%] Built target cocl...

**Problem:** Introduction to Logic course on Coursera is broken and unmaintained. **Duration:** September 10, 2022 - September 24, 2022 **Background:** The Stanford Introduction to Logic course on Coursera is broken....

The Stanford Introduction to Logic course on Coursera is broken. Almost all of the external links ![Screenshot from 2022-09-09 15-46-15](https://user-images.githubusercontent.com/4255997/189353676-4e3db6cc-32cb-44d1-a90b-10cf404009c0.png) end up dead: ![Screenshot from 2022-09-09 15-46-06](https://user-images.githubusercontent.com/4255997/189353745-4967887e-4716-4598-be26-a1505968cfc2.png) It's been like...

## Problem This will be a LONG one, please read all of it! (Except parts marked "optional".) Many learners report difficulties with certain **abstract mathematical concepts** in "Introduction to Programming...

### Describe the bug 1. Open a worksheet 2. Type a few lines of results to be evaluated. 3. Define a value named `val res2 = 1` to see error....

bug
worksheets
good first issue

- The link https://www.creativescala.org/case-study-forms gives a 404. - Doodle Explore shows 0.13.0 https://www.creativescala.org/doodle-explore/ but latest on Maven is 0.14.0. - The link to Doodle Explore is instead pointing at Doodle...

**Version(s)** 1.2.1 **Describe the bug** scala.NotImplementedError: an implementation is missing when running `scala-cli test .` in a native file. The stacktrace says: ```bash scala.NotImplementedError: an implementation is missing scala.Predef$.$qmark$qmark$qmark(Predef.scala:344) scala.build.testrunner.AsmTestRunner$.matchFingerprints$$anonfun$1(AsmTestRunner.scala:92)...

Community help wanted
Scala Native
missing feature

I'm unable to use `gapt` in Scala 3 SBT projects; using `.cross(CrossVersion.for3Use2_13)` leads to version conflicts with other libraries in my project. I'd be willing to help out; is there...

I didn't even know until recently that I can use hex in SML: ![Screenshot from 2022-11-13 11-13-53](https://user-images.githubusercontent.com/4255997/201512409-79f04dda-8693-4c05-8af8-ff11b548acea.png)