SyntaxBomb - Indie Coders

Languages & Coding => SmallBASIC => Topic started by: chrisws on May 29, 2020, 09:34:39

Title: Full text searching in SmallBASIC
Post by: 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
Title: Re: Full text searching in SmallBASIC
Post by: round157 on June 03, 2020, 01:27:06
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!