Re: [racket-users] Racket language for enterprise software

2018-09-25 Thread Madhav Peshwa
Thanks all. MP On Wednesday, September 26, 2018 at 9:05:19 AM UTC+5:30, Andrew Gwozdziewycz wrote: > > > > > On Sep 25, 2018, at 10:37, Neil Van Dyke > wrote: > > > > I'm not sure, but I suspect many employers might also want you to say > "agile", "scrum", and "bro" a lot, preferably with

Re: [racket-users] Racket language for enterprise software

2018-09-25 Thread Andrew Gwozdziewycz
> On Sep 25, 2018, at 10:37, Neil Van Dyke wrote: > > I'm not sure, but I suspect many employers might also want you to say > "agile", "scrum", and "bro" a lot, preferably with an affable Californian > surfer accent. :) SHRED THE GNAR! -- You received this message because you are

Re: [racket-users] Racket language for enterprise software

2018-09-25 Thread Neil Van Dyke
Racket doesn't have much frameworks.  You will probably do from-scratch a lot more in Racket. Any time you think "framework" from some other language, probably either it is easy to do what you want with the Racket base language features or a small existing package, or you will have to put

Re: [racket-users] Racket language for enterprise software

2018-09-25 Thread 'Paulo Matos' via Racket Users
On 25/09/2018 12:42, Daniel Brunner wrote: >> with java based frameworks like Spring Boot for developing >> Microservices? Do you see organizations adopting Racket or Racket based >> languages slowly? > > We are providing services on Amazon Web Services for handling the data > of sensors (less

Re: [racket-users] Racket language for enterprise software

2018-09-25 Thread Daniel Brunner
> with java based frameworks like Spring Boot for developing > Microservices? Do you see organizations adopting Racket or Racket based > languages slowly? We are providing services on Amazon Web Services for handling the data of sensors (less than 2,000) in the oil and gas market. Several

Re: [racket-users] Racket language for enterprise software

2018-09-25 Thread Dmitry Igrishin
вт, 25 сент. 2018 г. в 9:46, Madhav Peshwa : > > Hi all, > I am reading the book Htdp and learning Racket and enjoying. I would like to > know Racket usage in enterprise(read software in java!) I can see there are > great packages for json/http etc. How does it compare with java based >

[racket-users] Racket language for enterprise software

2018-09-25 Thread Madhav Peshwa
Hi all, I am reading the book Htdp and learning Racket and enjoying. I would like to know Racket usage in enterprise(read software in java!) I can see there are great packages for json/http etc. How does it compare with java based frameworks like Spring Boot for developing Microservices? Do