lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 171 forks source link

make exercises in week 4 use scala-cli instead of scala at least in the later parts #672

Closed bjornregnell closed 1 year ago

bjornregnell commented 1 year ago

examples have classpath using scala -cp and its good to have intitially so everyone has tried that at least once, but then its nicer to use scala-cli (and in the future scala-cli will be the new scala...)

Check e.g. in exercise no 7 of week 4 and consider changing from scala to scala-cli

bjornregnell commented 1 year ago

fixed