Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add F# support with initial implementation and update scripts #210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonas1ara
Copy link

This pull request includes changes to add support for F# code compilation and execution, as well as updates to the cleanup script. The most important changes include adding F# code and project files, modifying the compilation script to include F#, and updating the run script to execute F# code.

F# Support:

  • loops/fsharp/code.fs: Added a new F# source file with a main function that performs nested loops and prints a result.
  • loops/fsharp/code.fsproj: Added a new F# project file to define the project structure and compilation settings.

Compilation Script Updates:

  • compile.sh: Modified the script to include commands for publishing and compiling F# code.

Run Script Updates:

  • run.sh: Updated the script to include commands for running the F# code.

Cleanup Script Updates:

  • clean.sh: Added commands to remove F# compiled code and artifacts.

@jonas1ara
Copy link
Author

@bddicken done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant