Code Monkey home page Code Monkey logo

proglangdesign.github.io's People

Contributors

ahnfelt avatar alanvf avatar athas avatar chaosunity avatar chrisosaurus avatar cl4cnam avatar eashanhatti avatar ell1e avatar elucian avatar ermineii avatar fabiosvm avatar fennecdjay avatar hackerfoo avatar jacopodl avatar jamestmartin avatar kpodlawski avatar mauro-balades avatar mh15 avatar neverrare avatar paulbone avatar phunanon avatar rain-1 avatar rusini avatar slavfox avatar thepuzzlemaker avatar typesafeschwalbe avatar veggero avatar walkercoderanger avatar xkapastel avatar yumaikas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

proglangdesign.github.io's Issues

Current IRC links to Freenode need to be replaced with links to Libera.Chat

Hi! I'm sure you're all already aware of the Freenode drama. Please reply to this issue with the channel your project is currently using. I'll replace your IRC channel links in a few days when I get a chance to add Libera.Chat to the website. If you migrated to a network other than Libera.Chat, I will add that as well.

@mertyildiran
@ErmineII
@technomancy
@evincarofautumn
@MostAwesomeDude

As an aside, the riot.im link on the website needs to be updated to use Libera.Chat if any of you happen to use Riot and know the channel name.

Remove www. from the domain

I don't like the www., and tried to remove it as part of the redesign, since the site is always advertised as proglangdesign.net anyway. However, trying to connect without the www. results in issues with HTTPS (the certificate is only issued for the www., not the base domain, even though the DNS at the very least redirects to the correct site). Even with updating the CNAME file, that did not fix the issue.

It remains to be seen how this can be fixed.

Start adding tags to languages

Currently, all languages are displayed in alphabetical order. I cannot find a use for tags, despite being able to define them for languages. There should be some simple filter or search mechanism that shows languages that match a given tag list. This would be helpful to attract new users to the languages they are interested in finding.

Edit: This appears to be an implemented but currently disabled feature: #140

There should be a way to specify source locations not on github.com or gitlab.com

My project doesn't live on GitHub.com or Gitlab.com (there's a mirror on GitHub but I don't want to link people to the mirror unnecessarily) but on a different git host, and in the age of possibly self-hosted Gitea/GitLab/.../whatever instances and in the spirit of open-source and friendly competition and diversity, I think it should be encouraged to specify whatever other platform for code. Maybe a generic repo or source or git key could allow any https://... link like the website, and would then show the git icon? I guess allowing something else than git would be even nicer, but I can't of what the icon should be in that case, and I guess nobody really practically uses something else than git for programming language projects these days anyway.

Projects sorted only after filters changed

Projects are currently sorted to match how they are defined in the projects file. However, if you enable and then disable any filter, they will suddenly be sorted alphabetically (almost -- AEC is sorted before Aardvark for some reason).

The project list should be sorted upon load to be consistent with the post-filter sorting, and also to avoid errors where users do not define their projects in alphabetical order (such as C3 not being the first C project).

External logo URLs

It appears that linking logo URLs externally doesn't appear to work. Since I have no idea of how to install & run ruby website things, I can't test it locally but with the liquid templating reference I believe something like this could work (untested):

{% if project.icon and project.icon contains "://" %}
<img src="{{ project.icon }}" alt="" />
{% else %}
<img src="/images/lang/{{ project.icon | default: 'placeholder.png' }}" alt="" />
{% endif %}

Anyone who can actually test it feel free to try this out and make a pull request. You should be able to see with the Horse64 logo if the external URL works out fine or not.

Is it welcome to add irc bots?

Browsing the site, I noticed there are a few bots mentionned.
Is it OK to a have a bot speaking a language listed on the site?

Monolithic programming language

I know there's no story here, but I do not know what taxpayers know about a programming language that specializes in monolithic programming. With monolithic programming, in case someone does not know, I want to refer to the paradigm that does not have an article in wikipedia or is basically badly redirected (to monolithic application) and that is to create programs following the standard of structured programming but instead of possibility to create several functions or procedures, the program consists of a single main function.

Well said that. I wanted to look for some language of that kind, I know that some Algol dialects are like this but it's difficult for the syntax to work today with modern compilers and so I prefer to ask for one that someone has done recently or is doing to learn, quite.

Finally, it would be preferable if it were a compiled language, clearly.

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.