نمایش نتایج 1 تا 6 از 6

نام تاپیک: در مورد زبان F#‎ چی می دونید؟

  1. #1

    Question در مورد زبان F#‎ چی می دونید؟

    من تازه فهمیدم همچین چیزی در دات نت بوجود اومده . می خواستم بپرسم کسی ازش اطلاع داره؟

  2. #2
    کاربر دائمی آواتار mehdi_kamari
    تاریخ عضویت
    مرداد 1386
    محل زندگی
    تهران
    سن
    41
    پست
    170
    F#‎.NET
    --------------------------------------------------------------------------------------

    Combining the efficiency, scripting, strong typing and productivity of ML with the stability, libraries, cross-language working and tools of .NET.

    F#‎ is a programming language that provides the much sought-after combination of type safety, performance and scripting, with all the advantages of running on a high-quality, well-supported modern runtime system. F#‎ gives you a combination of

    The only language to provide a combination like this is F#‎ (pronounced FSharp) - a scripted/functional/imperative/object-oriented programming language that is a fantastic basis for many practical scientific, engineering and web-based programming tasks.

    F#‎ is a pragmatically-oriented variant of ML that shares a core language with OCaml. F#‎ programs run on top of the .NET Framework. Unlike other scripting languages it executes at or near the speed of C#‎ and C++‎, making use of the performance that comes through strong typing. Unlike many statically-typed languages it also supports many dynamic language techniques, such as property discovery and reflection where needed. F#‎ includes extensions for working across languages and for object-oriented programming, and it works seamlessly with other .NET programming languages and tools.

    For further information, read about F#‎ in more detail, download the F#‎ distribution, read the getting started pages (a guide to installation and running your first program), go to the F#‎ Manual, and learn about the growing F#‎ Community. A short FAQ is also included on this site.

    Some Starting points
    About F#‎ and comparison with OCaml, talks, performance and the FAQ.
    Getting started is a guide to installation and running your first program.
    The F#‎ Downloads page contains release and download information for the Microsoft Research implementation of F#‎.
    The F#‎ Manual focuses on F#‎-specific features.
    The F#‎ Library Reference Documentation for F#‎ specific library reference.
    The F#‎ Community page lists key F#‎ sites and projects.

  3. #3
    کاربر دائمی آواتار mehdi_kamari
    تاریخ عضویت
    مرداد 1386
    محل زندگی
    تهران
    سن
    41
    پست
    170
    What is F#‎?

    F#‎ is a typed functional programming language for the .NET Framework. It combines the succinctness, expressivity, and compositionality of typed functional programming with the runtime support, libraries, interoperability, tools and object model of .NET. F#‎ stems from the ML family of languages and has a core language compatible with that of OCaml, though also draws from C#‎ and Haskell. F#‎ was designed from the ground up to be a first-class citizen on .NET, giving smooth interoperability with other .NET languages. For example, C#‎ and F#‎ can call each other directly. This means that F#‎ has immediate access to all the .NET Framework APIs, including, for example, Windows Presentation Foundation and DirectX. Similarly, libraries developed in F#‎ may be used from other .NET languages.

    Since F#‎ and OCaml share a similar core language, some OCaml libraries and applications can cross-compile either directly or with minor conditionally-compiled changes. This provides a path to cross-compile and/or port existing OCaml code to .NET, and also allows programmers to transfer skills between these languages. A major focus of the project has been to extend the reach of OCaml-like languages into arenas where they have not traditionally been used. Throughout the project the designers of F#‎ are grateful for the support and encouragement of Xavier Leroy and others in the OCaml community.

    F#‎ As a Language:
    • F#‎ includes support for the foundational features of functional programming including tuples, lists, options, function values, local function definitions, pattern matching and sequence expressions.
    • The powerful type inference mechanisms of F#‎ allow code to be both succinct and yet fully type-checked.
    • F#‎ also includes support for advanced functional programming constructs such as active patterns and computation expressions. Computation expressions can be used to express data queries and client/server modalities in AJAX-style web programming. They enable programmers to write succinct and robust reactive agents through the use of asynchronous workflows. Computation expressions are related to ``monads'' in Haskell.
    • F#‎ embraces object-oriented programming and includes support for type-inferred, succinct descriptions of object types.
    • F#‎ allows types and values in an F#‎ program to be accessed from other .NET languages in a predictable and friendly way.
    • F#‎ includes support for a form of meta-programming, inspired by LINQ. This allows data queries to be expressed and type-checked in F#‎ code and then dynamically compiled and translated to target languages such as SQL using the LinqToSql framework.
    • F#‎ fully supports .NET generics and the language was designed partly with this in mind.
    • Through .NET, F#‎ supports advanced language and runtime features such as Unicode strings, dynamic linking, preemptive multithreading, and SMP support.

    F#‎ for Developers:
    • The F#‎ Interactive environment fsi.exe supports top-level development and exploration of the dynamics of your code and environment.
    • The command line compiler fsc.exe supports separate compilation, debug information and optimization.
    • F#‎ comes with F#‎ for Visual Studio, an extension to Visual Studio 2005 that supports features such as an integrated build/debug environment, graphical debugging, interactive syntax highlighting, parsing and typechecking, IntelliSense, CodeSense, MethodTips and a project system.
    • F#‎ can be used with tools from the .NET Framework, Microsoft's Visual Studio and many other .NET development tools.
    • F#‎ comes with an ML compatibility library that approximates the OCaml 3.06 libraries. This means you don't have to use .NET libraries if it is not appropriate. It is possible to write large and sophisticated applications that can be cross-compiled as OCaml code or F#‎ code, and we take this mode of use seriously.

  4. #4
    کاربر دائمی
    تاریخ عضویت
    اسفند 1385
    محل زندگی
    تهران
    پست
    259
    سلام

    مقاله کامل F#‎:

    http://msdn.microsoft.com/msdnmag/is...o/default.aspx

    F#‎ یک زبان برنامه نویسی تابعی (Functional) است که اون رو می‌تونید از اینجا دانلود کنید:
    research.microsoft.com/fsharp/fsharp.aspx

    این هم عکسش:



    به نظر من که مسخره است :)

  5. #5
    کاربر دائمی آواتار golbafan
    تاریخ عضویت
    اردیبهشت 1388
    محل زندگی
    در قلب دوستان
    پست
    2,018

    نقل قول: در مورد زبان F#‎ چی می دونید؟

    فارسی بنویسید

  6. #6
    کاربر دائمی آواتار mehdi_kamari
    تاریخ عضویت
    مرداد 1386
    محل زندگی
    تهران
    سن
    41
    پست
    170

    نقل قول: در مورد زبان F#‎ چی می دونید؟

    دوست من این تاپیک مربوط به 2 سال پیش هستش

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •