Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 119 results for
scala
- Page 1
Learning Scala
Programming
Software Development
16 Years Ago
by edadma
… years. I'm wondering if anyone has found a good
Scala
programming software other than Eclipse and NetBeans, both of which… have bugging
Scala
plugins? I know about the Jedit
Scala
plugin. It's even worse than Eclipse… features. Does anyone know of anything good for working with
Scala
?
Don't Understand Scala Compiler Error Message
Programming
Software Development
14 Years Ago
by klactose
… working with are relatively simple. For example: [CODE=
scala
] abstract class Shape case class Point(x: Int, y…and the corresponding error messages that they produce. [CODE=
scala
] val upperLeftX = poly.points.reduceLeft(Math.min(_.x…function ((x$1) => x$1.x)" [CODE=
scala
] val upperLeftX = poly.points.reduceLeft((a: Point, b: Point…
Re: Don't Understand Scala Compiler Error Message
Programming
Software Development
14 Years Ago
by ~s.o.s~
> Is this java? It looks like it is some sort of C. No, it's
Scala
, an OO-functional language which targets the JVM.
Re: Any scala users ?
Community Center
Geeks' Lounge
11 Years Ago
by Dani
http://www.daniweb.com/search/query/0?q=
scala
Re: Learning Scala
Programming
Software Development
16 Years Ago
by Rashakil Fol
I just used Emacs for it.
Re: Learning Scala
Programming
Software Development
16 Years Ago
by peter_budo
There is [URL="http://plugins.intellij.net/plugin/?id=1347"]plug-in for IntelliJ IDEA[/URL], but I never try it
Re: Don't Understand Scala Compiler Error Message
Programming
Software Development
14 Years Ago
by javaAddict
Is this java? It looks like it is some sort of C.
PHP Session and MySQL Problem
Programming
Web Development
13 Years Ago
by TheHaxx0r1215
…;>SAS</option><option value=\"
scala
\">
Scala
</option><option value=\"scheme\"…;>SAS</option><option value=\"
scala
\">
Scala
</option><option value=\"scheme\"…
Recursive Method
Programming
Software Development
13 Years Ago
by transplantedNYr
… Java compatible. I will translate the java code into
Scala
. // Write a recursive function "upto" // that takes two …
Running Python Script from Within Another Python Script
Programming
Software Development
14 Years Ago
by rhuffman8
… don't know if anyone here is familiar with the
Scala
digital signage programs but hopefully this question can be answered… csv file and shares some of the info with a
scala
script. However, I am now adding some things to the…
Opening CSV File Using Reader
Programming
Software Development
13 Years Ago
by rhuffman8
…]reader = csv.reader(open('C:/Documents and Settings/VPC.VPC-
SCALA
.000/Desktop/RAH 7-11-11/RH/Projected Cash Goals…]if os.path.exists('C:/Documents and Settings/VPC.VPC-
SCALA
.000/Desktop/RAH 7-11-11/RH/Projected Cash Goals…
Re: Recursive Method
Programming
Software Development
13 Years Ago
by transplantedNYr
Thank you for helping me see outside of what I was thinking. I did not think of using the recursive method with in another method for terminating. end up being: [CODE]def upto (start:Int, end:Int) : List[Int] = { if (start < end) Nil else start :: upto( (start+1), end) // :: is concatenate in
Scala
)[/CODE]
Looking for a pocket compiler? CodeToGo could be the answer
Programming
Software Development
13 Years Ago
by happygeek
…) [*]Python (Python - .py, Python3 - .3.py) [*]R (.r) [*]Ruby (.ruby) [*]
Scala
(.
scala
) [*]Scheme (.scm) [*]Smalltalk (.st) [*]SQL (SQLite - .sql) [*]Tcl (.tcl) [*]Unlambda…
Web Developer/Designer
Community Center
Say Hello!
13 Years Ago
by sitaram123
… I am doing experiments in HTML5,
Scala
,Haskell and Erlang. Recently Twitter had changed to
Scala
from Ruby" I am based…
Java program to calculate sum of functions from a to b
Programming
Software Development
11 Years Ago
by somjit{}
… be done. I tried it out using
scala
, and it works . This is the working
scala
version : object MySum { /** * Summation takes in…
Howdy
Community Center
Say Hello!
16 Years Ago
by tbeek
… Java, and use Eclipse for everything. I use Groovy and
Scala
from time to time. I like reading and responding to…
File Paths in Python
Programming
Software Development
14 Years Ago
by rhuffman8
… seem to like the path [code=python]path = "\\VPC\
Scala
Test\Movies 10-12-09"[/code] for example. Can…
Binding autocomplete after ajax call
Programming
Web Development
14 Years Ago
by benjaminFowl87
…;, "PHP", "Python", "Ruby", "
Scala
", "Scheme" ]; $( "#tags" ).autocomplete({ source: availableTags…
Which Web App framework should I choose?
Community Center
13 Years Ago
by stevanity
…... Should I go for Python or Ruby on Rails or
Scala
?? Please guide me.
Re: Which Web App framework should I choose?
Community Center
13 Years Ago
by Rashakil Fol
They're all good. Since you're familiar with C# you might want to make your web app in C# using the MS MVC framework. Since you're familiar with Java, using
Scala
would be an excellent choice. I'd say these are your top choices.
Advice on what to learn next
Programming
Software Development
13 Years Ago
by gdp_87
… LISP maybe scheme or a JVM language like groovy or
scala
. I have also thought it may be worth while adding…
androtheos
Community Center
Say Hello!
12 Years Ago
by androtheos
… like to experiment with different laguages and technologies like python,
scala
, c, go, android etc... I look forward to being part…
Please help set my calendar to automatically get the current date
Programming
Web Development
12 Years Ago
by rexmatthew
…;, "PHP", "Python", "Ruby", "
Scala
", "Scheme" ]; $( "#autocomplete" ).autocomplete({ source: availableTags…
Pygal chart
Programming
Software Development
10 Years Ago
by bikash_2
…;Go", 1.5], ["Haskell", 1.2], ["
Scala
", 1], ["Objective-C", 0.4], ["Clojure…
Using Divide and Conquer Strategies
Programming
Software Development
9 Years Ago
by udit2511
….design a function for Binary Search using C++/ Java/ Python/
Scala
. 2.design a class for Concurrent Quick Sort using C…
Amazon Hiring Event in Zurich !
Programming
Software Development
8 Years Ago
by Hasenali
… with one major object-oriented language (Java, Python Ruby, C#,
Scala
, or C++ are the preferred). Experience level – 10 to 35yrs…
attach a jquery autocomplete input to a form
Programming
Web Development
7 Years Ago
by dwlamb
…;, "PHP", "Python", "Ruby", "
Scala
", "Scheme" ]; $("#temp_ajax_form_input").autocomplete({ source: availableTags…
Any scala users ?
Community Center
Geeks' Lounge
11 Years Ago
by somjit{}
just asking...
Re: Any scala users ?
Community Center
Geeks' Lounge
11 Years Ago
by somjit{}
i was hoping for a more "alive-and-kicking" sort of users. I'm sure they are alive , but apparantly not on daniweb it seems.
Re: Any scala users ?
Community Center
Geeks' Lounge
11 Years Ago
by Dani
Well ask a question and see if you get any responses ;)
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC