Posted April 13, 201312 yr Is there any "modding with Scala and Forge" tutorial? I saw some mods written in Scala, but I have no idea how to compile it with MCP... EDIT1: Short description of Scala from Wikipedia: Scala is a object-functional programming and scripting language for general software applications, statically typed, designed to concisely express solutions in an elegant, type-safe and lightweight manner. Scala includes full support for functional programming (including currying, pattern matching, algebraic data types, lazy evaluation, tail recursion, immutability, etc.). It cleans up what are often considered to have been poor design decisions in Java (e.g. type erasure, checked exceptions, the non-unified type system) and adding a number of other features designed to allow cleaner, more concise and more expressive code to be written. ... Compared with Java, Scala adds many features of functional programming languages like Scheme, Standard ML and Haskell, including anonymous functions, type inference, list comprehensions (known in Scala as "for-comprehensions"), lazy initialization, extensive language and library support for side-effect-less code, pattern matching, case classes, delimited continuations, higher-order types, much better support for covariance and contravariance than in Java, etc. Scala also provides a unified type system (as in C#, but unlike in Java), where all types, including primitive types like integers and booleans, are objects that are subclasses of the type Any. Scala likewise contains a number of other features present in C# but not Java, including operator overloading, optional parameters, named parameters, raw strings (that may be multi-line in Scala), and no checked exceptions. more there. mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
April 13, 201312 yr im guessing its like eclipse? Use examples, i have aspergers. Examples make sense to me.
April 13, 201312 yr Scala is a programming language. I have no idea if that's even possible. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 14, 201312 yr Author It is. For quite some time it's even supported by (recommended version of) FML. But it doesn't seem that MCP supports it, so there are probably needed some modifications of build scripts . mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
May 5, 201312 yr Author I saw a bunch of scala-related commits in FML and it reminded me this thread. So, nobody on this forum writes mod(s) in Scala (or knows how to do it without writing custom compiling scripts around MCP ones)? mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.