Re: logic programming - find synonyms of a given word

2021-04-09 Thread Nesvarbu Nereikia
Thanks Blake, the map of sets was my first intuition too. But I don't think we can derive that big is a synonym of huge from such an index. If you look at the example input. On Saturday, April 10, 2021, Blake Watson wrote: > In practice I would probably just build a map, word : #setofsynonyms an

Re: Without breakloop not much of a REPL

2021-02-01 Thread Nesvarbu Nereikia
Thanks Brandon, what a productivity booster the breakloop wold be, huh? Basically would save you time and mental energy every time you sprinkle your code with print statements now. On Friday, January 29, 2021, Brandon R wrote: > This may be the talk I was thinking of: https://vimeo.com/223309989