Difference between revisions of "Geometry Language Assignment"

From CSE425S Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
=Mac SML Bug=
 +
 
Mac users may experience problems with real numbers in SML if they have a version prior to <nowiki>v110.98.1</nowiki>:
 
Mac users may experience problems with real numbers in SML if they have a version prior to <nowiki>v110.98.1</nowiki>:
  
Line 15: Line 17:
 
at the command line.
 
at the command line.
  
 +
=Assignment=
 
[https://www.coursera.org/learn/programming-languages-part-c/supplement/SKxLy/homework-7-instructions Instructions]
 
[https://www.coursera.org/learn/programming-languages-part-c/supplement/SKxLy/homework-7-instructions Instructions]

Revision as of 20:55, 17 December 2020

Mac SML Bug

Mac users may experience problems with real numbers in SML if they have a version prior to v110.98.1:

Error: Compiler bug: PPObj: ppFields in ppval.sml

You can determine your version by typing

sml --version

at the command line.

You can get a more up to date version of SML on the Mac by entering:

brew reinstall smlnj

at the command line.

Assignment

Instructions