ironm00n

Results 8 issues of ironm00n

I am using windows 10 version 13.0.1 I have followed all the windows install steps however I get this error. I installed and reinstalled python to make sure it was...

help wanted
question

This is only an issue when a program has srclocs from multiple files, but we run into this in the autograder.

/usr/bin/env is not present in all environments (ex. Nix sandbox)

The following code is unable to type check: ```pyret var lst = [list:] lst := link(1, lst) ``` Resulting in the following error: ``` The type checker rejected the expression...

Remember that the `is-number` function is typed as `(Any -> Boolean)`, so as, expected we can write the following check: ```arr check: 1 satisfies is-number end ``` You can still...