Join Slack
Powered by
I was able to make a parser for a type of file tha...
# getting-started
b
bjonnh
12/18/2018, 8:24 PM
I was able to make a parser for a type of file that contained different data types but didn't require memory just with a bufferedreader.readlines().map { when { it.startwith("somecode") -> …}
Open in Slack
Previous
Next