Perkeep is defined in terms of formats and protocols, so you could use any language to interface with it, but our main server and clients and FUSE and importers are all written in Go, so if you want to contribute to the main implementations, you'd want to learn Go. It's a small language and worth learning and won't take long.
On Sun, Apr 29, 2018 at 10:37 AM, Devansh Panirwala <[email protected]> wrote: > Do I need to learn Go to contribute or can I just use any other languages? > > On Sunday, April 29, 2018 at 1:29:15 PM UTC-4, Brad Fitzpatrick wrote: >> >> I'd say: >> >> Step 1: setup your own Perkeep instance. >> Step 2: change something you don't like or want to see. (I recommend >> adding a new importer for a site you want to slurp your data in from) >> >> We can help you with both steps. >> >> >> On Sun, Apr 29, 2018 at 10:26 AM, Devansh Panirwala >> <[email protected]> wrote: >> > Hi everyone, >> > >> > I just finished my freshman year in CS and I just wanted to gain some >> > experience on team projects. So far I have programming experience in C, >> > C++, >> > Java and python. But I really don't know where to start. Any help is >> > appreciated. >> > >> > Thank you >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Perkeep" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Perkeep" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
