Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9190389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T20:27:00+00:00 2026-06-17T20:27:00+00:00

Is there a language, which is: 1) functional 2) has type inference 3) has

  • 0

Is there a language, which is:

1) functional

2) has type inference

3) has currying

4) and has types as first-class values

also would like to compile from it to JVM and/or CLR

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T20:27:01+00:00Added an answer on June 17, 2026 at 8:27 pm

    F# is functional and has type inference, currying and types as first-class values in the sense that you can dissect types at run-time via reflection. It compiles to the CLR and works well on Mono.

    EXAMPLE: Taken from my (non-free) article Structural Typing in the F#.NET Journal:

    The following createType function creates a new .NET assembly, new module and new public class type of the given name:

    > let createType typeName =
        let name = System.Reflection.AssemblyName(Name="tmpAssembly")
        let run = System.Reflection.Emit.AssemblyBuilderAccess.Run
        let builder = System.Threading.Thread.GetDomain().DefineDynamicAssembly(name, run)
        let mdl = builder.DefineDynamicModule "tmpModule"
        let attrs = TypeAttributes.Public ||| TypeAttributes.Class
        mdl.DefineType(typeName, attrs);;
    val createType : string -> TypeBuilder
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any programming language (or type system) in which you could express the
I am creating a form which has many dynamic dropdown.. values selected in first
Is there any datatype /container in any language which checks for the uniqueness of
I wondered if there is a programming language which compiles to machine code/binary that
There's a feature of the Apple Objective-C language which is really useful to me:
In my application there is language detection. Languages have some identification code like en
There is so many option in each programming languages which can be mentioned in
what are the operating systems which run on mobile devices?On which language are these
In many programming languages there is the basic equals operator which will see if
Is there a language agnostic algorithm to name tuples? Specifically, I want the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.