Poll: What Programming Language Do You Use for Server Side Web Development?
61–70 of 135 posts
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#62I haven't found a web server language to my liking yet. Maybe I'm too picky, but I'd like to satisfy all of these requirements: - Static typing -- I want to eliminate as many runtime bugs as I can - Type inference -- Like in SML and Haskell - No JVM -- Personal preference, but I'd rather not pull in this monster if I don't have to. - Good pre-made web framework -- I've briefly looked at OCaml but the web frameworks s…
[1] https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcin...
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#63I haven't found a web server language to my liking yet. Maybe I'm too picky, but I'd like to satisfy all of these requirements: - Static typing -- I want to eliminate as many runtime bugs as I can - Type inference -- Like in SML and Haskell - No JVM -- Personal preference, but I'd rather not pull in this monster if I don't have to. - Good pre-made web framework -- I've briefly looked at OCaml but the web frameworks s…
With .NET Core having recently hit 1.0[1], wouldn't C#/ASP.NET Core fit the bill now? [1] https://blogs.msdn.microsoft.com/dotnet/2016/06/27/announcin...
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#64Groovy
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#65Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#66Elixir and Ruby at work (previously Go as well). I have also done backend development in JavaScript, PHP, Python and Clojure. Elixir is certainly my favorite to work with, so far.
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#67Comment: As a follow up, it would be interesting to see which framework people use within the language.
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#68I haven't found a web server language to my liking yet. Maybe I'm too picky, but I'd like to satisfy all of these requirements: - Static typing -- I want to eliminate as many runtime bugs as I can - Type inference -- Like in SML and Haskell - No JVM -- Personal preference, but I'd rather not pull in this monster if I don't have to. - Good pre-made web framework -- I've briefly looked at OCaml but the web frameworks s…
Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#69Re: Poll: What Programming Language Do You Use for Server Side Web Development?
#70I haven't found a web server language to my liking yet. Maybe I'm too picky, but I'd like to satisfy all of these requirements: - Static typing -- I want to eliminate as many runtime bugs as I can - Type inference -- Like in SML and Haskell - No JVM -- Personal preference, but I'd rather not pull in this monster if I don't have to. - Good pre-made web framework -- I've briefly looked at OCaml but the web frameworks s…