is anyone working in F# with quotations for javascript? I am thinking of a project and would like some input.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Do you mean translating F# code to JavaScript using quotations? There was a question about that recently:
If you wanted to work on this or something related, the FSharp.JavaScript is open source (see GitHub), so it could be a great starting point. Last time I checked, the project looked quite good, but there is always space for some improvements (or related projects). I would be quite interested to see how this would integrate with other F# web development frameworks (for example with Bistro).
My F# Web Tools (mentioned in the answer, now defunct) had (I think) some interesting ideas on integrating the client-side with the server-side. This is something that’s not currently done in other projects (AFAIK) and could be an interesting thing to explore. (I wrote some articles on how that worked, see for example this).