Friday, August 25, 2017

Programming in Devanagari [Revisited]

Exactly a decade ago, I wrote this post - http://tovganesh.blogspot.in/2007/08/programming-in-and-for-devanagari.html. I was exploring JavaFX released by Sun Microsystems back then. I am no longer using JavaFX actively. But a decade later I am exploring Go. And the first code I wrote today morning was this:

package main

import "fmt"

func main() {
fmt.Println("ॐ नमो भगवते वासुदेवाय")
}

So just thought of reconnecting with a decade old post. Idea stays, the mode has changed. 

No comments: