Re: [go-nuts] Re: [ANN] A BASIC compiler

2019-10-26 Thread Anca Emanuel
Ah so it is an transpiller: https://en.wikipedia.org/wiki/Source-to-source_compiler On Saturday, October 26, 2019 at 5:03:40 PM UTC+3, Robert Engels wrote: > > Yes. I generates C code from a basic program and you compile the C. > > On Oct 26, 2019, at 8:55 AM, Anca Eman

[go-nuts] Re: [ANN] A BASIC compiler

2019-10-26 Thread Anca Emanuel
Why do you need C in the source code ? On Saturday, October 26, 2019 at 3:16:40 PM UTC+3, JuciƊ Andrade wrote: > > https://github.com/jucie/basic > > A compiler for BASIC programming language. > > > This tool understands what is in David H. Ahl's own words "the gold > standard of microcomputer

[go-nuts] Re: About the Google logo on the new Go website

2019-07-16 Thread Anca Emanuel
@all, what do you think of Oracle ? That is not an company, that is an monster. On Monday, July 15, 2019 at 6:40:19 PM UTC+3, Michal Strba wrote: > > As you all know, the new, redesigned Go website has a Google logo in the > bottom right corner. > Someone opened an issue about this, worrying

[go-nuts] Re: Go for Data Science

2019-07-16 Thread Anca Emanuel
Use the right tool for the job. https://julialang.org/ or ask on gonum-dev On Tuesday, July 16, 2019 at 8:18:21 PM UTC+3, Leo R wrote: > > Hi Gophers! > I was thinking to start a Go project in the area of Data Science that > would allow for convenient and easy

[go-nuts] Re: About the Google logo on the new Go website

2019-07-16 Thread Anca Emanuel
Mozilla had many projects, including languages for the web. Did they advertise about ? No. They simply take over the world. Microsoft battle ? Nah, now they are behind. Google is relatively new in the market. They take an open source browser engine, work with Apple and others to make some

[go-nuts] Re: About the Google logo on the new Go website

2019-07-16 Thread Anca Emanuel
Mozilla had many projects, including languages for the web. Did they advertise about ? No. They simply take over the world. Microsoft battle ? Nah, now they are behind. Google is relatively new in the market. They take an open source browser engine, work with Apple and others to make some

Re: [go-nuts] Some problem I heard in my class: there are n chess players and they play with all others 1 game and no more than 1 game per day.

2019-01-28 Thread Anca Emanuel
Here is some play version to test it: https://play.golang.org/p/q-Ikcv3kTW9 Notice the line: // Change the number of players here ! It works ok for small number of players. (no more than 200) -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To

Re: [go-nuts] Some problem I heard in my class: there are n chess players and they play with all others 1 game and no more than 1 game per day.

2019-01-28 Thread Anca Emanuel
On Sunday, January 27, 2019 at 3:42:35 AM UTC+2, Lutz Horn wrote: > > Hi Anca, > > Am 26.01.19 um 09:27 schrieb Anca Emanuel: > > How do you make an planing for that event ? > > > > Here is my > > implementation: > https://github.com/ancaemanu

[go-nuts] Some problem I heard in my class: there are n chess players and they play with all others 1 game and no more than 1 game per day.

2019-01-26 Thread Anca Emanuel
How do you make an planing for that event ? Here is my implementation: https://github.com/ancaemanuel/comb/blob/master/chess_tournament.go This was not an easy problem. After some years of thinking an pencil work I have an optimal solution. -- You received this message because you are