Michael Lewis
Michael Lewis
Python 3 port is below, I need to check it, but could raise a PR - its pretty trivial to port, as far as I can tell, the expected string...
Wouldn't you build those out of LISP itself, adding to your "prelude", don't think you need to bake those into the builtin's (though I'm sure it is possible).
I'd query why you want a for/while/repeat, not being obtuse, but in general, I'd stick to map, fold and reduce functions for functional programming. e.g. in Scala, I don't think...
I spent only a couple of hours re-writing this plugin here: https://github.com/lewismj/cucumber as I needed something very quick for my work. It had to run on Windows and Linux build...
Can you try CucucmberPlugin.envProperties? e.g. CucumberPlugin.envProperties := Map("K"->"2049")
thanks, I've been waiting to update any Scala stuff for 3.0 :)
I've not looked at this for a while. sbt is broken with homebrew at the moment.
I think I may be able to publish this. Apologies, lot going on with work - and knee deep in C++ refactoring/analytics and other bits and pieces. Half my MacBook...
Published. When I get some time off, I'll look to overhaul this - and make it Scala 3 compliant.
May take a bit of time for the latest publish to sync, but 0.3.1 should be there tomorrow. I need to get back into some Scala stuff, so will upgrade...