Giter VIP home page Giter VIP logo

ldpt1ex.'s Introduction

LDPT1Ex.

Aqui estão todos os códigos utilizados no trabalho 1 de linguagens de programação

Utilize o comando 'gfortran -o executable ex.f90' usando o compilador gFortran para compilar e gerar o arquivo executável do exemplo de Fortran

Para o exemplo em Haskell, basta executar a ferramenta interativa do compilador com o comando 'ghci', carregar as funções com ':l ex.hs' e após executar o comando 'bubbleSort [x, y, z, ..., n]', pode-se também gerar um arquivo executavel adicionando uma função main no fim do código

                    main = do   
                          print (bubbleSort [x,y,z,...,n])

e executando o comando 'ghc -o ex ex.hs'.

Para o exemplo em Prolog, após instalar o compilador SWI-Prolog, basta executar o comando 'swipl' e depois o comando '[ex].', depois basta invocar a regra 'bubblesort([x,y,z,...,n],X)'

Para o exemplo em Ruby, após o download do interpretador, basta digitar 'ex' no terminal no diretório do arquivo.

ldpt1ex.'s People

Contributors

amarakk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.