Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How good is FreeBSD as a development platform?

Tags:

I know that lots of web hosting providers are offering FreeBSD, but how good is FreeBSD as a development platform?

Specifically, is Java 1.6 available in it? Is there somthing specific that it offers with regard to tools that is not available under Linux?

like image 567
Marko Avatar asked Nov 11 '08 17:11

Marko


People also ask

Is FreeBSD good for development?

FreeBSD offers an excellent development environment. Compilers for C and C++ and an assembler come with the basic system, not to mention classic UNIX® tools such as sed and awk . If that is not enough, there are many more compilers and interpreters in the Ports collection.

What is FreeBSD best for?

FreeBSD offers advanced networking, performance, security and compatibility features today which are still missing in other operating systems, even some of the best commercial ones.

Who still uses FreeBSD?

2. Who Uses FreeBSD? FreeBSD has been known for its web serving capabilities - sites that run on FreeBSD include Hacker News, Netcraft, NetEase, Netflix, Sina, Sony Japan, Rambler, Yahoo!, and Yandex.

What are the benefits of FreeBSD over Linux?

The main reason why we prefer FreeBSD over Linux is performance. FreeBSD feels significantly faster and more responsive than the several major Linux distros (including Red Hat Fedora, Gentoo, Debian, and Ubuntu) we've tested on the same hardware.


2 Answers

I've always found FreeBSD a wonderful secure hosting environment, but perhaps not the easiest development platform. You will have to dig a bit to get Java 1.6 up and running, though I think it will be doable. I hope you are familiar with emacs or vi. The ports system will afford you access to many pieces of software, but they will have to be compiled from source code. If you are familiar with standard Unix command line tools and the command line itself, you should have no problems with FreeBSD.

Alan

like image 97
apolinsky Avatar answered Sep 23 '22 11:09

apolinsky


You can get binary distributions of Java from the FreeBSD Foundation, they signed an agreement with Sun for that. Art from Java, FreeBSD is awonderful development platform with every language and environement you may need/want. Disclaimer: I've been a FreeBSD developer for more than 13 years.

like image 25
Keltia Avatar answered Sep 23 '22 11:09

Keltia