Subin Siby
Subin Siby
@athul is trying a rewrite of `varnamc` in Go
@joicemjoseph I agree, C would the right way
I'd like to give it a go in C. Let's see :sweat_smile:
@joicemjoseph Found this : http://savannah.nongnu.org/bugs/?40807 Varnam is segregated, there's savannah, gitlab, and github. We should make one canonical. I'd say with GitLab, let's do some standardization for future contributions too.
All the current Varnam Scheme Files ([Docs](https://www.varnamproject.com/docs/concepts)) are in ruby, compiling scheme files therefore need Ruby. Instead of a config file, having a Ruby file is advantageous, yes, but this...
@pythonhacker Yes I went through the same issue when I started with libvarnam. GoVarnam fixes this by having the CLI tool written in Go itself. I did give this a...