Full text searching in SmallBASIC

Started by chrisws, May 29, 2020, 09:34:39

Previous topic - Next topic

chrisws

Last year I came across an article about full text search implemented in Javascript.  I thought I'd try to implement it in SmallBASIC.

This was written on my tablet with SmallBASIC for android. It was mostly done while travelling to NZ. The good ol' days!

https://gist.github.com/chrisws/3e33f0f785ebeb92b41ad7c5af893a12

(it's still kind of confusing, but the code seems to work lol)

Original article:

https://news.ycombinator.com/item?id=10407616

round157

Quote from: chrisws on May 29, 2020, 09:34:39
Last year I came across an article about full text search implemented in Javascript.  I thought I'd try to implement it in SmallBASIC.

This was written on my tablet with SmallBASIC for android. It was mostly done while travelling to NZ. The good ol' days!

https://gist.github.com/chrisws/3e33f0f785ebeb92b41ad7c5af893a12

(it's still kind of confusing, but the code seems to work lol)

Original article:

https://news.ycombinator.com/item?id=10407616

Looks so reliable.

Thanks for posting your devlog. It is always great to read what an author of a language plans to do.

Great suggestion! Love it!