lunduniversity / introprog

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

Add scala-cli workspaces #661

Closed oliverlevay closed 2 years ago

oliverlevay commented 2 years ago

Port w03->w10 workspaces to scala-cli in a new folder called workspaces_scala-cli, all can compile and run (with a lot of unimplemented exceptions of course).

Mostly it involves removing build.sbt and project folders and adding //> using lib "se.lth.cs::introprog::1.3.1" at appropriate places.

bjornregnell commented 2 years ago

Great! I'm considering if this should be the default workspace; remind me on our lunch meetings to discuss this if time permits, @oliverlevay

bjornregnell commented 2 years ago

What do you think: Perhaps it would be better to have the sbt stuff in a subdir called sbt for symetry reasons? But then we need to check if that break things first,

bjornregnell commented 2 years ago

I'm merging this for now as it does not impact anything, and then we can consider moving the existing sbt-stuff in a subdir later.